summaryrefslogtreecommitdiffstats
path: root/python/biplist/README
diff options
context:
space:
mode:
author Barry J. Grundy2019-01-13 04:50:02 +0100
committer Willy Sudiarto Raharjo2019-01-13 16:12:27 +0100
commitc11ac71aa831d38354d72264c2972f8c7c2a96f2 (patch)
treecfc2d441609d1b7eac187258db1bdb16f8ac5bbc /python/biplist/README
parentf6b196dbd1c0588dfa36ae5b24afa30ac6eccfbb (diff)
downloadslackbuilds-c11ac71aa831d38354d72264c2972f8c7c2a96f2.tar.gz
python/biplist: Added (plist parser/generator module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/biplist/README')
-rw-r--r--python/biplist/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/biplist/README b/python/biplist/README
new file mode 100644
index 0000000000..89ddbb3b86
--- /dev/null
+++ b/python/biplist/README
@@ -0,0 +1,8 @@
+biplist is a binary plist parser/generator for Python.
+
+Binary Property List (plist) files provide a faster and smaller serialization
+format for property lists on OS X. This is a library for generating binary
+plists which can be read by OS X, iOS, or other clients.
+
+This module requires Python 2.6 or higher or Python 3.4 or higher.
+binary property list (plist) parser module written in python.