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 37
|
Source: python-pywebpush
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-aiohttp <!nocheck>,
python3-cryptography <!nocheck>,
python3-http-ece <!nocheck>,
python3-py-vapid <!nocheck>,
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/web-push-libs/pywebpush
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-pywebpush
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-pywebpush.git
Package: python3-pywebpush
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Webpush Data encryption library for Python
pywebpush is a Python library that provides data encryption for WebPush
notifications. It simplifies the process of sending push notifications
to web clients by handling the encryption and VAPID (Voluntary Application
Server Identification) authentication required for secure communication.
.
This package installs the library for Python 3.
|