kawasemi

Kawasemi's logo

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

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.

Indices and tables