Metadata-Version: 2.0
Name: certitude
Version: 1.0.1
Summary: A library that provides access to system certificate stores.
Home-page: https://github.com/python-hyper/certitude/
Author: Cory Benfield
Author-email: cory@lukasa.co.uk
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: cffi (>=1.0.0)

Certitude
=========

A small library that makes the OS X keychain-based certificate store available
to OpenSSL in a format that OpenSSL appreciates.

In the future, this library may expand to become a truly cross-platform tool
that pastes over the differences between platforms.

License
-------

OS X Cert Store is provided under the MIT License. See the ``LICENSE`` file for
copyright details.


