Python SSL Certificates
Project description
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
certifi-1.0.0.tar.gz
(164.8 kB
view hashes)