diff options
Diffstat (limited to 'python/biplist/README')
-rw-r--r-- | python/biplist/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/biplist/README b/python/biplist/README index 89ddbb3b869b1..cc66b6114d692 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. |