43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
|
Metadata-Version: 1.1
|
||
|
Name: certifi
|
||
|
Version: 14.05.14
|
||
|
Summary: Python package for providing Mozilla's CA Bundle.
|
||
|
Home-page: http://python-requests.org
|
||
|
Author: Kenneth Reitz
|
||
|
Author-email: me@kennethreitz.com
|
||
|
License: ISC
|
||
|
Description: Certifi: Python SSL Certificates
|
||
|
================================
|
||
|
|
||
|
This installable Python package contains a CA Bundle that you can reference
|
||
|
in your Python code. This is useful for verifying HTTP requests, for example.
|
||
|
|
||
|
This is the same CA Bundle which ships with the Requests codebase, and is
|
||
|
derived from Mozilla Firefox's canonical set.
|
||
|
|
||
|
|
||
|
Usage
|
||
|
-----
|
||
|
|
||
|
To reference the installed CA Bundle, you can use the built-in function::
|
||
|
|
||
|
>>> import certifi
|
||
|
|
||
|
>>> certifi.where()
|
||
|
'/usr/local/lib/python2.7/site-packages/certifi/cacert.pem'
|
||
|
|
||
|
Enjoy!
|
||
|
Platform: UNKNOWN
|
||
|
Classifier: Development Status :: 5 - Production/Stable
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: Natural Language :: English
|
||
|
Classifier: Programming Language :: Python
|
||
|
Classifier: Programming Language :: Python :: 2.5
|
||
|
Classifier: Programming Language :: Python :: 2.6
|
||
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
Classifier: Programming Language :: Python :: 3.0
|
||
|
Classifier: Programming Language :: Python :: 3.1
|
||
|
Classifier: Programming Language :: Python :: 3.2
|
||
|
Classifier: Programming Language :: Python :: 3.3
|
||
|
Classifier: Programming Language :: Python :: 3.4
|