Skip to content

A Python module for parsing of NextStep-style plists.

License

Notifications You must be signed in to change notification settings

seanpm2001/FireTeam_Python-NSPList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'}

About

A Python module for parsing of NextStep-style plists.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Python 100.0%