certifi


Namecertifi JSON
Version 2025.1.31 PyPI version JSON
download
home_pagehttps://github.com/certifi/python-certifi
SummaryPython package for providing Mozilla's CA Bundle.
upload_time2025-01-31 02:16:47
maintainerNone
docs_urlNone
authorKenneth Reitz
requires_python>=3.6
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.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kenneth Reitz",
    "author_email": "me@kennethreitz.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.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.1.31",
    "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": "38fcbce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982",
                "md5": "c205c7808745af1661fb0fba4df49238",
                "sha256": "ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"
            },
            "downloads": -1,
            "filename": "certifi-2025.1.31-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c205c7808745af1661fb0fba4df49238",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 166393,
            "upload_time": "2025-01-31T02:16:45",
            "upload_time_iso_8601": "2025-01-31T02:16:45.015614Z",
            "url": "https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1cabc9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f",
                "md5": "6d326c5b0649c4dee817837c192f3824",
                "sha256": "3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"
            },
            "downloads": -1,
            "filename": "certifi-2025.1.31.tar.gz",
            "has_sig": false,
            "md5_digest": "6d326c5b0649c4dee817837c192f3824",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 167577,
            "upload_time": "2025-01-31T02:16:47",
            "upload_time_iso_8601": "2025-01-31T02:16:47.166379Z",
            "url": "https://files.pythonhosted.org/packages/1c/ab/c9f1e32b7b1bf505bf26f0ef697775960db7932abeb7b516de930ba2705f/certifi-2025.1.31.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-31 02:16: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: 3.20107s