uonet-request-signer/python
2019-02-17 11:31:20 +01:00
..
tests [Python] Change naming to the same as in the other languages 2019-02-17 01:43:17 +01:00
uonet-request-signer [Python] Change naming to the same as in the other languages 2019-02-17 01:43:17 +01:00
.gitignore [Python] Add .gitignore 2019-02-16 23:59:10 +01:00
LICENSE [Python] Add license, classifiers, url and extra requires to setup.py 2019-02-17 00:48:23 +01:00
README.md [Python] Add long description 2019-02-17 11:31:20 +01:00
setup.py [Python] Add long description 2019-02-17 11:31:20 +01:00

Uonet+ request signer for Python

pypi

Installation

$ pip install -U uonet-request-signer

Usage

from uonet_request_signer import sign_content

signed = sign_content(password, certificate, content)

Tests

$ python -m pytest .