summaryrefslogtreecommitdiffstats
path: root/python/biplist/README
blob: cc66b6114d69232903b4ee116fa8becdeaea0258 (plain)
1
2
3
4
5
6
7
8
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.

This module requires Python 2.6 or higher or Python 3.4 or higher.
binary property list (plist) parser module written in python.