A parser for NeXTSTEP-style plists.
Project description
nsplist
nsplist is a package that provides a parser for the NeXTSTEP plist text-based format. A common usage is parsing iTunes In App Purchase receipts to be able to reject them early, without having to make a request to the iTunes API.
This is distinct from the Apple plist format, which has more supported types and serialises to XML or binary.
Examples:
>>> import nsplist >>> print nsplist.loads('{"x" = "1"; "y" = "2";}') {u'x': u'1', u'y': u'2'}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nsplist-0.1.tar.gz
(5.5 kB
view details)
File details
Details for the file nsplist-0.1.tar.gz
.
File metadata
- Download URL: nsplist-0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a733f18dba8233be2492de77b915b83d5080039d0164607581f269971498fb7a |
|
MD5 | d6895f5180113f795faebc0c0acb1a9c |
|
BLAKE2b-256 | ceaa3dfc9f3554a5d76cacf34d824ec03f071045512e4a91a032446ba8fd44d8 |