{ "info": { "author": "Lawrence Siden", "author_email": "lsiden@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Cert Session\n\n## Background\n\nhttp://westside-consulting.blogspot.com/2019/10/certsession.html\n\n## Summary\n\nThis package provides an object, **CertSession**,\nbased on [requests](https://github.com/psf/requests/blob/master/requests/sessions.py).session\nthat takes an alternate issuer certificate\nor issuer certificates collection as its single argument.\nSubsequent http requests made with this object will use both the given issuer certificate collection\nas well as the certificate collection provided by **certifi**.\n\n## Installation\n\n pip install cert_session\n\n## Usage\n\n from certsession import Session\n session = Session('/path/to/my-root-certificates.pem')\n response = session.get('https://my-web-service/...')\n assert response.status_code == 200\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lsiden/cert_session", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "cert-session", "package_url": "https://pypi.org/project/cert-session/", "platform": "", "project_url": "https://pypi.org/project/cert-session/", "project_urls": { "Homepage": "https://github.com/lsiden/cert_session" }, "release_url": "https://pypi.org/project/cert-session/0.0.2/", "requires_dist": [ "requests" ], "requires_python": ">=3.6", "summary": "'requests' session that appends custom certificate authority", "version": "0.0.2" }, "last_serial": 5995085, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "6c94f9aa860084494b78178f87a7fa07", "sha256": "51e62aefde5966baeac1f630ea2e7f03d763257d4ea34f5af6fc0aabdd63039d" }, "downloads": -1, "filename": "cert_session-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c94f9aa860084494b78178f87a7fa07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 3664, "upload_time": "2019-10-18T11:07:12", "url": "https://files.pythonhosted.org/packages/48/24/12c9a2dc7c403601c6fe6fdd324478cd293ec4f21cb67dac705a0fb37805/cert_session-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b36555bf5fd6577666a2f242d423cb6d", "sha256": "2832c8506af4c79b8b66da9a3eb36ef3e8ddbfdce73f362ef8d7d22ae5d00c29" }, "downloads": -1, "filename": "cert_session-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b36555bf5fd6577666a2f242d423cb6d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2688, "upload_time": "2019-10-18T11:07:15", "url": "https://files.pythonhosted.org/packages/63/e7/9006fbf356adf520f95e351267d6e8ca348ea12afe9c4bb38e84ce301965/cert_session-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c94f9aa860084494b78178f87a7fa07", "sha256": "51e62aefde5966baeac1f630ea2e7f03d763257d4ea34f5af6fc0aabdd63039d" }, "downloads": -1, "filename": "cert_session-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c94f9aa860084494b78178f87a7fa07", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6", "size": 3664, "upload_time": "2019-10-18T11:07:12", "url": "https://files.pythonhosted.org/packages/48/24/12c9a2dc7c403601c6fe6fdd324478cd293ec4f21cb67dac705a0fb37805/cert_session-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b36555bf5fd6577666a2f242d423cb6d", "sha256": "2832c8506af4c79b8b66da9a3eb36ef3e8ddbfdce73f362ef8d7d22ae5d00c29" }, "downloads": -1, "filename": "cert_session-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b36555bf5fd6577666a2f242d423cb6d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2688, "upload_time": "2019-10-18T11:07:15", "url": "https://files.pythonhosted.org/packages/63/e7/9006fbf356adf520f95e351267d6e8ca348ea12afe9c4bb38e84ce301965/cert_session-0.0.2.tar.gz" } ] }