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.
Source Distribution
Built Distribution
Hashes for kawasemi-2.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09e06db44306f23c89d9f5cf8c708037d47a6405d833d926e4920e298868d675 |
|
MD5 | e191d531b12850b8e6229e49d23d30e1 |
|
BLAKE2b-256 | f48b11bc77e9b1f9d2f10db13079010c0c4bbfd7058506346ecf92832e94a572 |