Switch to python3
This commit is contained in:
parent
531041e89a
commit
9ba4b6a91a
5286 changed files with 677347 additions and 576888 deletions
|
|
@ -0,0 +1,42 @@
|
|||
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
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
LICENSE
|
||||
MANIFEST.in
|
||||
README.rst
|
||||
setup.cfg
|
||||
setup.py
|
||||
certifi/__init__.py
|
||||
certifi/__main__.py
|
||||
certifi/cacert.pem
|
||||
certifi/core.py
|
||||
certifi.egg-info/PKG-INFO
|
||||
certifi.egg-info/SOURCES.txt
|
||||
certifi.egg-info/dependency_links.txt
|
||||
certifi.egg-info/top_level.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
../certifi/__init__.py
|
||||
../certifi/core.py
|
||||
../certifi/__main__.py
|
||||
../certifi/cacert.pem
|
||||
../certifi/__pycache__/__init__.cpython-34.pyc
|
||||
../certifi/__pycache__/core.cpython-34.pyc
|
||||
../certifi/__pycache__/__main__.cpython-34.pyc
|
||||
./
|
||||
dependency_links.txt
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
top_level.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
certifi
|
||||
Loading…
Add table
Add a link
Reference in a new issue