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
Total downloads: 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.

Information Last Updated

Mar 25, 2025 at 16:25

License

ISC

Total Downloads

1.3K

Platforms

noarch Version: 14.05.14