{ "info": { "author": "Fireteam Ltd.", "author_email": "info@fireteam.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "nsplist\n\n nsplist is a package that provides a parser for the NeXTSTEP plist\n text-based format. A common usage is parsing iTunes In App Purchase\n receipts to be able to reject them early, without having to make a\n request to the iTunes API.\n\n This is distinct from the Apple plist format, which has more\n supported types and serialises to XML or binary.\n\n\nExamples:\n\n >>> import nsplist\n >>> print nsplist.loads('{\"x\" = \"1\"; \"y\" = \"2\";}')\n {u'x': u'1', u'y': u'2'}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://fireteam.net", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "nsplist", "package_url": "https://pypi.org/project/nsplist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nsplist/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://fireteam.net" }, "release_url": "https://pypi.org/project/nsplist/0.1/", "requires_dist": null, "requires_python": null, "summary": "A parser for NeXTSTEP-style plists.", "version": "0.1" }, "last_serial": 980539, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d6895f5180113f795faebc0c0acb1a9c", "sha256": "a733f18dba8233be2492de77b915b83d5080039d0164607581f269971498fb7a" }, "downloads": -1, "filename": "nsplist-0.1.tar.gz", "has_sig": false, "md5_digest": "d6895f5180113f795faebc0c0acb1a9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5544, "upload_time": "2014-01-24T17:09:11", "url": "https://files.pythonhosted.org/packages/ce/aa/3dfc9f3554a5d76cacf34d824ec03f071045512e4a91a032446ba8fd44d8/nsplist-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6895f5180113f795faebc0c0acb1a9c", "sha256": "a733f18dba8233be2492de77b915b83d5080039d0164607581f269971498fb7a" }, "downloads": -1, "filename": "nsplist-0.1.tar.gz", "has_sig": false, "md5_digest": "d6895f5180113f795faebc0c0acb1a9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5544, "upload_time": "2014-01-24T17:09:11", "url": "https://files.pythonhosted.org/packages/ce/aa/3dfc9f3554a5d76cacf34d824ec03f071045512e4a91a032446ba8fd44d8/nsplist-0.1.tar.gz" } ] }