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 38 39 40 41
|
Source: apprise
Section: misc
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-babel,
python3-click,
python3-coverage,
python3-dbus <!nocheck>,
python3-flake8,
python3-markdown,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pyyaml-env-tag,
python3-requests,
python3-requests-oauthlib,
python3-setuptools,
tox
Standards-Version: 4.6.1
Homepage: https://github.com/caronc/apprise
Vcs-Browser: https://salsa.debian.org/python-team/packages/apprise
Vcs-Git: https://salsa.debian.org/python-team/packages/apprise.git
Package: apprise
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Push Notifications that work with just about every platform
Allows you to send notifications to more than 70 notification services.
With emphasis on: Apprise API, AWS SES, Telegram, Discord, Slack, Amazon
SNS, Gotify, Google Chat, Faast, IFTTT, Matrix, Microsoft Teams etc.
.
There is a small built-in Configuration Manager that can be optionally
accessed through your web browser allowing, you to create and save as
many configurations as you'd like. Each configuration is differentiated
by a unique {KEY} that you decide on.
|