1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: python-truststore
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
debhelper-compat (= 13),
flit,
pybuild-plugin-pyproject,
python3-aiohttp <!nocheck>,
python3-all,
python3-flaky <!nocheck>,
python3-httpx <!nocheck>,
python3-openssl <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-httpserver <!nocheck>,
python3-requests <!nocheck>,
python3-trustme <!nocheck>,
python3-urllib3 <!nocheck>
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.
|