Metadata-Version: 2.4
Name: restpki-client
Version: 1.3.0
Summary: Client package for REST PKI
Home-page: https://github.com/LacunaSoftware/RestPkiPythonClient
Author: Ismael Medeiros
Author-email: IsmaelM@lacunasoftware.com
Keywords: python pki rest certificate digital signature x509
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: simplejson>=3.20.2
Requires-Dist: six>=1.17.0
Requires-Dist: requests>=2.32.0; python_version >= "3.9"
Requires-Dist: requests<2.28.0,>=2.21.0; python_version < "3.9"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: summary

REST PKI client lib for Python
===============================
This library contains classes that encapsulate the calls to the REST PKI API.

The recommend way to install **Rest PKI Client Lib** is through [PyPi](https://pypi.org/):

    $ pip install restpki-client

Or informing on your project's `requirements.txt` file:

    restpki-client==1.3.0

Samples
-------

Please visit the [REST PKI samples repository](https://github.com/LacunaSoftware/RestPkiSamples/tree/master/Python)
for examples on how to use this library.
