biplist is a library for reading/writing binary plists.
Project description
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. There is no 3.0 support yet.