diff options
author | Justin Teague <arcadellama@posteo.net> | 2021-04-03 04:58:12 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:01 +0700 |
commit | 909fad2d38966e5532853c971ba9da794c0b4fd1 (patch) | |
tree | 191bf521fe22ea1e711522d44cce4d655a3e06eb /python/apprise/README | |
parent | 253592bae0930a432d4ed19803ed67c8c3911dda (diff) |
python/apprise: Added (Multiplatform Push Notifications)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/apprise/README')
-rw-r--r-- | python/apprise/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/python/apprise/README b/python/apprise/README new file mode 100644 index 000000000000..372f95c5f446 --- /dev/null +++ b/python/apprise/README @@ -0,0 +1,13 @@ +Apprise allows you to send a notification to almost all of the most +popular notification services available to us today such as: +Telegram, Discord, Slack, Amazon SNS, Gotify, etc. + + * One notification library to rule them all. + * A common and intuitive notification syntax. + * Supports the handling of images and attachments + (to the notification services that will accept them). + * It's incredibly lightweight. + * Amazing response times because all messages sent asynchronously. + +NOTE: babel and pytest-runner are build requirements, but neither +are runtime deps. |