Skip to content

v0.1.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 21 Sep 18:36
· 114 commits to master since this release
0.1.0
a2963e1

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).