Metadata-Version: 2.1
Name: restpki-client
Version: 1.2.1
Summary: Client package for REST PKI
Home-page: https://github.com/LacunaSoftware/RestPkiPythonClient
Author: Ismael Medeiros
Author-email: IsmaelM@lacunasoftware.com
License: UNKNOWN
Keywords: python pki rest certificate digital signature x509
Platform: UNKNOWN
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.16.0)
Requires-Dist: requests (>=2.21.0)
Requires-Dist: six (==1.12.0)

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.2.1

Samples
-------

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

