Metadata-Version: 2.1
Name: restpki-client
Version: 1.0.0
Summary: Client package for REST PKI
Home-page: https://github.com/LacunaSoftware/RestPkiPythonClient
Author: Ismael Medeiros
Author-email: IsmaelM@lacunasoftware.com
License: UNKNOWN
Platform: UNKNOWN
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
Requires-Dist: simplejson (==3.8.1)
Requires-Dist: requests (==2.19.1)
Requires-Dist: six (==1.11.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.0.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.

