certifi


Namecertifi JSON
Version 2025.7.14 PyPI version JSON
download
home_pagehttps://github.com/certifi/python-certifi
SummaryPython package for providing Mozilla's CA Bundle.
upload_time2025-07-14 03:29:28
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/b3/76/52c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41/certifi-2025.7.14.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.7.14",
    "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": "4f5234c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03",
                "md5": "8561c6b29236cd268f57ddb4f22281d3",
                "sha256": "6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2"
            },
            "downloads": -1,
            "filename": "certifi-2025.7.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8561c6b29236cd268f57ddb4f22281d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 162722,
            "upload_time": "2025-07-14T03:29:26",
            "upload_time_iso_8601": "2025-07-14T03:29:26.863803Z",
            "url": "https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b37652c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41",
                "md5": "d5cbbe09644473c982593e32abb09e50",
                "sha256": "8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995"
            },
            "downloads": -1,
            "filename": "certifi-2025.7.14.tar.gz",
            "has_sig": false,
            "md5_digest": "d5cbbe09644473c982593e32abb09e50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 163981,
            "upload_time": "2025-07-14T03:29:28",
            "upload_time_iso_8601": "2025-07-14T03:29:28.449661Z",
            "url": "https://files.pythonhosted.org/packages/b3/76/52c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41/certifi-2025.7.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 03:29:28",
    "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: 1.04055s