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
File details
Details for the file kawasemi-3.0.0.tar.gz
.
File metadata
- Download URL: kawasemi-3.0.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca674e3cf661e00819e342c8699a497a7bafceff3b37d8587f3b7c8bbbc705e3 |
|
MD5 | 2017ee73864152abeb55e920ffc9e1e5 |
|
BLAKE2b-256 | 39a58e0e29c4723e12d4db590dc8ef5a70a9e98cdc5acddb9d03000734fe939b |
File details
Details for the file kawasemi-3.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: kawasemi-3.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 372bc54a277b0352416f0e2b9ebdb8b398dfaad0e7f5f7ce8f79ba3174881ef1 |
|
MD5 | 33fdd0732930040ea2f86f45a25b3859 |
|
BLAKE2b-256 | 1a3578d3708abdb7969fd7961d102640e0adfb89235c6a972ffe0ecff24a3ef1 |