See https://wiki.mozilla.org/Apps/WebApplicationReceipt/SigningService
Dev and testing
Create a virtualenv of your choosing and activate it:
virtualenv websigning source websigning/bin/activate
Or using virtualenvwrapper:
mkvirtualenv websigning
Install the dependencies:
python setup.py develop
Run tests:
python setup.py nosetests
When testing, you may see output along the lines of:
“InsecurePlatformWarning: A true SSLContext object is not available.”
This seems to be a feature of newer versions of the request module. This can be solved by installing by running:
pip install requests[security]
Release files for websigning 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| websigning-0.1.tar.gz | 19.4 kB | Details |
Release files / websigning-0.1.tar.gz
| Download URL | websigning-0.1.tar.gz |
|---|---|
| Size | 19.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b81217fb7960445f2a11be9c711abaf26fda6b6d950ee2d000271deefac53c8
|
|
BLAKE2b-256 checksum How to use checksums |
0a14cea39ff74dea5f56a017fb601cf134c6ec78166b86d7c95c92990cadf053
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |