kawasemi
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
Release files for kawasemi 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kawasemi-3.0.0.tar.gz | 9.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kawasemi-3.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 26.6 kB
Release files / kawasemi-3.0.0.tar.gz
| Download URL | kawasemi-3.0.0.tar.gz |
|---|---|
| Size | 9.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca674e3cf661e00819e342c8699a497a7bafceff3b37d8587f3b7c8bbbc705e3
|
|
BLAKE2b-256 checksum How to use checksums |
39a58e0e29c4723e12d4db590dc8ef5a70a9e98cdc5acddb9d03000734fe939b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / kawasemi-3.0.0-py2.py3-none-any.whl
| Download URL | kawasemi-3.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 17.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
372bc54a277b0352416f0e2b9ebdb8b398dfaad0e7f5f7ce8f79ba3174881ef1
|
|
BLAKE2b-256 checksum How to use checksums |
1a3578d3708abdb7969fd7961d102640e0adfb89235c6a972ffe0ecff24a3ef1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|