diff options
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 0000000000000..372f95c5f446f --- /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. |