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
|
Source: python-http-ece
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Tianyu Chen <billchenchina2001@gmail.com>,
Thomas Goirand <zigo@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-coverage <!nocheck>,
python3-cryptography <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/web-push-libs/encrypted-content-encoding
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-http-ece
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-http-ece.git
Package: python3-http-ece
Architecture: all
Depends:
python3-cryptography,
${misc:Depends},
${python3:Depends},
Description: Encrypted Content Encoding for HTTP
A simple implementation of the HTTP encrypted content-encoding
|