Metadata-Version: 2.1
Name: pkiexpress
Version: 1.10.2
Summary: Classes to consume PKI Express
Home-page: https://github.com/LacunaSoftware/PkiExpressPython
Author: Leonardo Pignataro
Author-email: leonardop@lacunasoftware.com
Keywords: python pki express 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

# PKI Express for Python

Package for using PKI Express on Python

The recommend way to install **PKI Express for Python** is through [PyPi](https://pypi.org/):

    $ pip install pkiexpress

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

    pkiexpress==1.10.0

## Documentation

https://docs.lacunasoftware.com/en-us/articles/pki-express/python

## Samples

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