Source: python-truststore Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Stefano Rivera Build-Depends: debhelper-compat (= 13), flit, pybuild-plugin-pyproject, python3-aiohttp , python3-all, python3-flaky , python3-httpx , python3-openssl , python3-pytest , python3-pytest-asyncio , python3-pytest-httpserver , python3-requests , python3-trustme , python3-urllib3 Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://truststore.readthedocs.io/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-truststore.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-truststore Package: python3-truststore Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python Library to verify certificates using native system trust stores Truststore is a library which exposes native system certificate stores (ie "trust stores") through an `ssl.SSLContext`-like API. This means that Python applications no longer need to rely on certifi as a root certificate store. . Long-term the hope is to make truststore the default way to verify HTTPS certificates in pip and to add this functionality into Python itself.