uonet-request-signer/python/README.md
2019-02-17 11:31:20 +01:00

412 B

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 .