slackbuilds/python/biplist
Barry J. Grundy c11ac71aa8
python/biplist: Added (plist parser/generator module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-01-13 22:12:27 +07:00
..
README python/biplist: Added (plist parser/generator module). 2019-01-13 22:12:27 +07:00
biplist.SlackBuild python/biplist: Added (plist parser/generator module). 2019-01-13 22:12:27 +07:00
biplist.info python/biplist: Added (plist parser/generator module). 2019-01-13 22:12:27 +07:00
slack-desc python/biplist: Added (plist parser/generator module). 2019-01-13 22:12:27 +07:00

README

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.