v0.1.0
Initial release. The only two public functions exported are loads
and load
: one reads from a string, the other from a file object.
They parse the plist into a Python dict, list, unicode string, bytes (for binary data) or any combination of them.
A custom dict_type
can also be defined (e.g. OrderedDict
).