Skip to main content

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

This version

0.1

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

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page