python/biplist: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:09:29 -04:00
parent 12ea92bd78
commit 09111ad83c

View file

@ -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.