bplist-python icon indicating copy to clipboard operation
bplist-python copied to clipboard

Apple binary Property List reader/writer for Python

Results 2 bplist-python issues
Sort by recently updated
recently updated
newest added

Also removes trailing whitespace https://github.com/farcaller/bplist-python/issues/10

I've extracted bplist data from a sqlite row of data from iTunes backup. When I try to parse it like this: `BPListReader.plistWithString(bplist_str)` I get this error: ``` python2.7/site-packages/bplist/bplist.py", line 147,...