From 893a03e6cbf6bf8ad04bdd1797ca6954b4bb5b05 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Sat, 8 Jul 2023 12:38:26 +0900 Subject: python/python3-openstep-plist: Added (ASCII plist parser). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-openstep-plist/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-openstep-plist/README (limited to 'python/python3-openstep-plist/README') diff --git a/python/python3-openstep-plist/README b/python/python3-openstep-plist/README new file mode 100644 index 0000000000..df4d65a209 --- /dev/null +++ b/python/python3-openstep-plist/README @@ -0,0 +1,3 @@ +A parser for the "old style" Openstep property list +format{ASCII plist) written in Cython.Largely based on +the corefoundation implementation. -- cgit v1.2.3