CMD + K

certifi

Community

Python package for providing Mozilla's CA Bundle.

Installation

To install this package, run one of the following:

Pip
$pip install -i https://pypi.anaconda.org/alt-pypi-mirror/simple certifi

Usage Tracking

14.05.14
1.0.1
1.0.0
0.0.8
0.0.7
5 / 8 versions selected
Downloads (Last 6 months): 0

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!

About

Summary

Python package for providing Mozilla's CA Bundle.

Last Updated

Oct 14, 2014 at 23:18

License

ISC

Total Downloads

1.3K

Supported Platforms

noarch