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
|
Source: python-py-vapid
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Tianyu Chen <billchenchina2001@gmail.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-coverage,
python3-cryptography,
python3-flake8,
python3-mock,
python3-pytest,
Standards-Version: 4.7.0
Homepage: https://github.com/web-push-libs/vapid/
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-py-vapid
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-py-vapid.git
Package: python3-py-vapid
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Simple VAPID header generation library (Python 3)
This minimal library contains the minimal set of functions you need to
generate a VAPID key set and get the headers you’ll need to sign a
WebPush subscription update.
|