certifi


Namecertifi JSON
Version 2024.2.2 PyPI version JSON
download
home_pagehttps://github.com/certifi/python-certifi
SummaryPython package for providing Mozilla's CA Bundle.
upload_time2024-02-02 01:22:17
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kenneth Reitz",
    "author_email": "me@kennethreitz.com",
    "download_url": "https://files.pythonhosted.org/packages/71/da/e94e26401b62acd6d91df2b52954aceb7f561743aa5ccc32152886c76c96/certifi-2024.2.2.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": "2024.2.2",
    "project_urls": {
        "Homepage": "https://github.com/certifi/python-certifi",
        "Source": "https://github.com/certifi/python-certifi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba06a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14",
                "md5": "fe1838e892615b884f84483607c86077",
                "sha256": "dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"
            },
            "downloads": -1,
            "filename": "certifi-2024.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe1838e892615b884f84483607c86077",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 163774,
            "upload_time": "2024-02-02T01:22:14",
            "upload_time_iso_8601": "2024-02-02T01:22:14.860767Z",
            "url": "https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71dae94e26401b62acd6d91df2b52954aceb7f561743aa5ccc32152886c76c96",
                "md5": "13d140d3605e55270a1241a705a05ab4",
                "sha256": "0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"
            },
            "downloads": -1,
            "filename": "certifi-2024.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "13d140d3605e55270a1241a705a05ab4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 164886,
            "upload_time": "2024-02-02T01:22:17",
            "upload_time_iso_8601": "2024-02-02T01:22:17.364577Z",
            "url": "https://files.pythonhosted.org/packages/71/da/e94e26401b62acd6d91df2b52954aceb7f561743aa5ccc32152886c76c96/certifi-2024.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 01:22:17",
    "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.19013s