python-certifi-win32


Namepython-certifi-win32 JSON
Version 1.6.1 PyPI version JSON
download
home_pagehttps://gitlab.com/alelec/python-certifi-win32
SummaryAdd windows certificate store to certifi cacerts.
upload_time2022-07-02 22:13:55
maintainer
docs_urlNone
authorAndrew Leech
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ====================
python-certifi-win32
====================

**NOTE : This package has been replaced by** 
`pip-system-certs <https://pypi.org/project/pip-system-certs/>`_ **and is generally unmaintained.**

This package patches certifi at runtime to also include certificates from the windows certificate store.

This will allow packages such as requests (and tools based on it, like pip) to verify tls/ssl 
connections to servers who's ca is trusted by your windows install.

This module will automatically keep the merged certifi+windows cacerts file up to date, even when the
certifi module is updated.

Simply install with::

  pip install python-certifi-win32

and requests should trust your hosts if your host system does.


Acknowledgements
----------------
This module is inspired by a patch for python-certifi to implement this functionality: https://github.com/certifi/python-certifi/pull/54
The method of patching at runtime is built from the autowrapt module: https://pypi.python.org/pypi/autowrapt

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/alelec/python-certifi-win32",
    "name": "python-certifi-win32",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andrew Leech",
    "author_email": "andrew.leech@planetinnovation.com.au",
    "download_url": "",
    "platform": null,
    "description": "====================\npython-certifi-win32\n====================\n\n**NOTE : This package has been replaced by** \n`pip-system-certs <https://pypi.org/project/pip-system-certs/>`_ **and is generally unmaintained.**\n\nThis package patches certifi at runtime to also include certificates from the windows certificate store.\n\nThis will allow packages such as requests (and tools based on it, like pip) to verify tls/ssl \nconnections to servers who's ca is trusted by your windows install.\n\nThis module will automatically keep the merged certifi+windows cacerts file up to date, even when the\ncertifi module is updated.\n\nSimply install with::\n\n  pip install python-certifi-win32\n\nand requests should trust your hosts if your host system does.\n\n\nAcknowledgements\n----------------\nThis module is inspired by a patch for python-certifi to implement this functionality: https://github.com/certifi/python-certifi/pull/54\nThe method of patching at runtime is built from the autowrapt module: https://pypi.python.org/pypi/autowrapt\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Add windows certificate store to certifi cacerts.",
    "version": "1.6.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/alelec/python-certifi-win32"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16c59c455ba848b14adce70c0176106fad190b7854acdc120cf9e72af7b9ac2d",
                "md5": "a56d072df5116a686efb8292bcdf70d6",
                "sha256": "508fd4fb1730cad2d9dada061df737650c8cfaa205d64657faa4cc6a55384402"
            },
            "downloads": -1,
            "filename": "python_certifi_win32-1.6.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a56d072df5116a686efb8292bcdf70d6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 7256,
            "upload_time": "2022-07-02T22:13:55",
            "upload_time_iso_8601": "2022-07-02T22:13:55.870755Z",
            "url": "https://files.pythonhosted.org/packages/16/c5/9c455ba848b14adce70c0176106fad190b7854acdc120cf9e72af7b9ac2d/python_certifi_win32-1.6.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-02 22:13:55",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "alelec",
    "gitlab_project": "python-certifi-win32",
    "lcname": "python-certifi-win32"
}
        
Elapsed time: 0.19131s