File: control

package info (click to toggle)
apprise 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,792 kB
  • sloc: python: 74,226; sh: 132; makefile: 6
file content (40 lines) | stat: -rw-r--r-- 1,619 bytes parent folder | download
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
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-sequence-python3,
               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-yaml,
               python3-requests,
               python3-requests-oauthlib,
               python3-setuptools
Standards-Version: 4.7.2
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.