Verify web app receipts
Project description
Parsing of web app receipts in Python.
Includes a desktop client that will allow to parse my Firefox web apps.
Example Python api:
>>> from receipts.receipts import Receipt >>> receipt = Receipt("eyJh....") >>> receipt.verifier u'https://receiptcheck-marketplace-dev.allizom.org/verify/369802' >>> receipt.verify_server() {u'status': u'invalid'} >>> receipt.verify_crypto() True
For more see our docs on: http://readthedocs.org/docs/receipts/en/latest/
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
receipts-0.2.10.tar.gz
(9.0 kB
view hashes)