aboutsummaryrefslogtreecommitdiff
path: root/python/python3-openstep-plist/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymrcel@outlook.com>2023-07-08 12:38:26 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:52 +0700
commit893a03e6cbf6bf8ad04bdd1797ca6954b4bb5b05 (patch)
tree401d0610b302d1edf012f014a6290f8f3924129d /python/python3-openstep-plist/README
parent01c2196764d291811fabc9059c2f432f32639288 (diff)
python/python3-openstep-plist: Added (ASCII plist parser).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-openstep-plist/README')
-rw-r--r--python/python3-openstep-plist/README3
1 files changed, 3 insertions, 0 deletions
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.