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/0f/bd/1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a/certifi-2024.12.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": "2024.12.14",
"project_urls": {
"Homepage": "https://github.com/certifi/python-certifi",
"Source": "https://github.com/certifi/python-certifi"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a5328f6669fc4798494966bf446c8c4a162e0b5d893dff088afddf76414f70e1",
"md5": "99607a258123f2671b6e68607322bf91",
"sha256": "1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"
},
"downloads": -1,
"filename": "certifi-2024.12.14-py3-none-any.whl",
"has_sig": false,
"md5_digest": "99607a258123f2671b6e68607322bf91",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 164927,
"upload_time": "2024-12-14T13:52:36",
"upload_time_iso_8601": "2024-12-14T13:52:36.114786Z",
"url": "https://files.pythonhosted.org/packages/a5/32/8f6669fc4798494966bf446c8c4a162e0b5d893dff088afddf76414f70e1/certifi-2024.12.14-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0fbd1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a",
"md5": "e7e7a03aeed4290cc28cc62975aa0149",
"sha256": "b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"
},
"downloads": -1,
"filename": "certifi-2024.12.14.tar.gz",
"has_sig": false,
"md5_digest": "e7e7a03aeed4290cc28cc62975aa0149",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 166010,
"upload_time": "2024-12-14T13:52:38",
"upload_time_iso_8601": "2024-12-14T13:52:38.020812Z",
"url": "https://files.pythonhosted.org/packages/0f/bd/1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a/certifi-2024.12.14.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-14 13:52:38",
"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"
}