A Python library for sending notifications to services such as Slack, HipChat, Twitter, and so on
Project description
kawasemi is a Python library for sending notifications.
Kawasemi provides the following features:
- Very simple ways to send notification
- GitHub, HipChat, Slack, Twitter, and Yo are supported
- Integrations with web application frameworks helps to load configurations
- Django is supported
Note: This project was named django-channels. We renamed our project not to be confused with the official Django Channels.
At a Glance
After installation and configuration, you can send notifications with a following simple code:
# Python from kawasemi import Kawasemi kawasemi = Kawasemi(config) kawasemi.send("Sample notification.") # In Django application from kawasemi.django import send send("Sample notification.")
See Quickstart page for more details.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size kawasemi-3.0.0-py2.py3-none-any.whl (17.2 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size kawasemi-3.0.0.tar.gz (9.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for kawasemi-3.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 372bc54a277b0352416f0e2b9ebdb8b398dfaad0e7f5f7ce8f79ba3174881ef1 |
|
MD5 | 33fdd0732930040ea2f86f45a25b3859 |
|
BLAKE2-256 | 1a3578d3708abdb7969fd7961d102640e0adfb89235c6a972ffe0ecff24a3ef1 |