Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andymckay/receipts
https://github.com/andymckay/receipts
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andymckay/receipts
- Owner: andymckay
- License: other
- Created: 2012-04-13T16:56:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T19:55:13.000Z (almost 10 years ago)
- Last Synced: 2024-11-11T07:45:56.418Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 221 KB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: license.txt
Awesome Lists containing this project
- jimsghstars - andymckay/receipts - (Python)
README
Receipts
--------------------------------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()
TrueFor more see our docs on: http://readthedocs.org/docs/receipts/en/latest/