|
| 1 | +Metadata-Version: 1.1 |
| 2 | +Name: certifi |
| 3 | +Version: 2015.04.28 |
| 4 | +Summary: Python package for providing Mozilla's CA Bundle. |
| 5 | +Home-page: http://certifi.io/ |
| 6 | +Author: Kenneth Reitz |
| 7 | +Author-email: me@kennethreitz.com |
| 8 | +License: ISC |
| 9 | +Description: Certifi: Python SSL Certificates |
| 10 | + ================================ |
| 11 | + |
| 12 | + `Certifi`_ is a carefully curated collection of Root Certificates for |
| 13 | + validating the trustworthiness of SSL certificates while verifying the identity |
| 14 | + of TLS hosts. It has been extracted from the `Requests`_ project. |
| 15 | + |
| 16 | + Installation |
| 17 | + ------------ |
| 18 | + |
| 19 | + `certifi` is available on PyPI. Simply install it with `pip`:: |
| 20 | + |
| 21 | + $ pip install certifi |
| 22 | + |
| 23 | + Usage |
| 24 | + ----- |
| 25 | + |
| 26 | + To reference the installed CA Bundle, you can use the built-in function:: |
| 27 | + |
| 28 | + >>> import certifi |
| 29 | + |
| 30 | + >>> certifi.where() |
| 31 | + '/usr/local/lib/python2.7/site-packages/certifi/cacert.pem' |
| 32 | + |
| 33 | + Enjoy! |
| 34 | + |
| 35 | + .. _`Certifi`: http://certifi.io/en/latest/ |
| 36 | + .. _`Requests`: http://docs.python-requests.org/en/latest/ |
| 37 | + |
| 38 | +Platform: UNKNOWN |
| 39 | +Classifier: Development Status :: 5 - Production/Stable |
| 40 | +Classifier: Intended Audience :: Developers |
| 41 | +Classifier: Natural Language :: English |
| 42 | +Classifier: Programming Language :: Python |
| 43 | +Classifier: Programming Language :: Python :: 2.5 |
| 44 | +Classifier: Programming Language :: Python :: 2.6 |
| 45 | +Classifier: Programming Language :: Python :: 2.7 |
| 46 | +Classifier: Programming Language :: Python :: 3.0 |
| 47 | +Classifier: Programming Language :: Python :: 3.1 |
| 48 | +Classifier: Programming Language :: Python :: 3.2 |
| 49 | +Classifier: Programming Language :: Python :: 3.3 |
| 50 | +Classifier: Programming Language :: Python :: 3.4 |
0 commit comments