summaryrefslogtreecommitdiffstats
path: root/python/biplist
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:09:29 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:53 -0400
commit09111ad83cf84198f39e18fe6649ee5d6c4a028c (patch)
tree64ac2d59f53d331cdecf1732bd41a460e53503c6 /python/biplist
parent12ea92bd78692646b3ad923d4b38be2c971c202d (diff)
downloadslackbuilds-09111ad83cf84198f39e18fe6649ee5d6c4a028c.tar.gz
slackbuilds-09111ad83cf84198f39e18fe6649ee5d6c4a028c.tar.xz
python/biplist: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/biplist')
-rw-r--r--python/biplist/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/biplist/README b/python/biplist/README
index 89ddbb3b86..cc66b6114d 100644
--- a/python/biplist/README
+++ b/python/biplist/README
@@ -1,8 +1,9 @@
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.
+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.