Metadata-Version: 1.1
Name: restpki-client
Version: 1.1.0
Summary: Client package for REST PKI
Home-page: https://github.com/LacunaSoftware/RestPkiPythonClient
Author: Ismael Medeiros
Author-email: IsmaelM@lacunasoftware.com
License: UNKNOWN
Description: 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.1.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.
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
