A Python module for paring for NextStep-style plists.
Project description
nextstep-plist is a python 3 compatible fork of the nsplist 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.
Free software: MIT license
Installation
pip install nextstep-plist
Documentation
Development
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows |
set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other |
PYTEST_ADDOPTS=--cov-append tox |
Changelog
0.1.0 (2017-06-25)
First release on PyPI.
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
Built Distribution
File details
Details for the file nextstep-plist-0.1.0.tar.gz
.
File metadata
- Download URL: nextstep-plist-0.1.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c07d9ec0682f03482424774c8ebf7d97b17acbb446cb487277828f10662ade95 |
|
MD5 | 64d531521a90f9b3abfe6814ee9e7993 |
|
BLAKE2b-256 | 307a32071d13068e14ee95a7e0f7696a33e131428ba7257b8f234a6e125cd309 |
File details
Details for the file nextstep_plist-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: nextstep_plist-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 076cdd27b8f4ed59556ece54d739cd4fbdcfab0cd393415243e5dd7df846e15c |
|
MD5 | c99fd6e45c35b44fc7f8dcf12c484f1b |
|
BLAKE2b-256 | c8cce074505d5def178eb0297fb16e81e6777bf70a6e9d6992711fb5930c7d2b |