certifi


Namecertifi JSON
Version 2025.8.3 PyPI version JSON
download
home_pagehttps://github.com/certifi/python-certifi
SummaryPython package for providing Mozilla's CA Bundle.
upload_time2025-08-03 03:07:47
maintainerNone
docs_urlNone
authorKenneth Reitz
requires_python>=3.7
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Certifi: Python SSL Certificates
================================

Certifi provides Mozilla's carefully curated collection of Root Certificates for
validating the trustworthiness of SSL certificates while verifying the identity
of TLS hosts. It has been extracted from the `Requests`_ project.

Installation
------------

``certifi`` is available on PyPI. Simply install it with ``pip``::

    $ pip install certifi

Usage
-----

To reference the installed certificate authority (CA) bundle, you can use the
built-in function::

    >>> import certifi

    >>> certifi.where()
    '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'

Or from the command line::

    $ python -m certifi
    /usr/local/lib/python3.7/site-packages/certifi/cacert.pem

Enjoy!

.. _`Requests`: https://requests.readthedocs.io/en/master/

Addition/Removal of Certificates
--------------------------------

Certifi does not support any addition/removal or other modification of the
CA trust store content. This project is intended to provide a reliable and
highly portable root of trust to python deployments. Look to upstream projects
for methods to use alternate trust.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/certifi/python-certifi",
    "name": "certifi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kenneth Reitz",
    "author_email": "me@kennethreitz.com",
    "download_url": "https://files.pythonhosted.org/packages/dc/67/960ebe6bf230a96cda2e0abcf73af550ec4f090005363542f0765df162e0/certifi-2025.8.3.tar.gz",
    "platform": null,
    "description": "Certifi: Python SSL Certificates\n================================\n\nCertifi provides Mozilla's carefully curated collection of Root Certificates for\nvalidating the trustworthiness of SSL certificates while verifying the identity\nof TLS hosts. It has been extracted from the `Requests`_ project.\n\nInstallation\n------------\n\n``certifi`` is available on PyPI. Simply install it with ``pip``::\n\n    $ pip install certifi\n\nUsage\n-----\n\nTo reference the installed certificate authority (CA) bundle, you can use the\nbuilt-in function::\n\n    >>> import certifi\n\n    >>> certifi.where()\n    '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem'\n\nOr from the command line::\n\n    $ python -m certifi\n    /usr/local/lib/python3.7/site-packages/certifi/cacert.pem\n\nEnjoy!\n\n.. _`Requests`: https://requests.readthedocs.io/en/master/\n\nAddition/Removal of Certificates\n--------------------------------\n\nCertifi does not support any addition/removal or other modification of the\nCA trust store content. This project is intended to provide a reliable and\nhighly portable root of trust to python deployments. Look to upstream projects\nfor methods to use alternate trust.\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Python package for providing Mozilla's CA Bundle.",
    "version": "2025.8.3",
    "project_urls": {
        "Homepage": "https://github.com/certifi/python-certifi",
        "Source": "https://github.com/certifi/python-certifi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5481549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32",
                "md5": "f9b6740cffcf397b47bc7fb7782b1354",
                "sha256": "f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5"
            },
            "downloads": -1,
            "filename": "certifi-2025.8.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9b6740cffcf397b47bc7fb7782b1354",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 161216,
            "upload_time": "2025-08-03T03:07:45",
            "upload_time_iso_8601": "2025-08-03T03:07:45.777225Z",
            "url": "https://files.pythonhosted.org/packages/e5/48/1549795ba7742c948d2ad169c1c8cdbae65bc450d6cd753d124b17c8cd32/certifi-2025.8.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc67960ebe6bf230a96cda2e0abcf73af550ec4f090005363542f0765df162e0",
                "md5": "bb7ee7c24518dc4314ce7a83ca24263f",
                "sha256": "e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407"
            },
            "downloads": -1,
            "filename": "certifi-2025.8.3.tar.gz",
            "has_sig": false,
            "md5_digest": "bb7ee7c24518dc4314ce7a83ca24263f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 162386,
            "upload_time": "2025-08-03T03:07:47",
            "upload_time_iso_8601": "2025-08-03T03:07:47.080429Z",
            "url": "https://files.pythonhosted.org/packages/dc/67/960ebe6bf230a96cda2e0abcf73af550ec4f090005363542f0765df162e0/certifi-2025.8.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-03 03:07:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "certifi",
    "github_project": "python-certifi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "certifi"
}
        
Elapsed time: 0.49731s