Skip to main content

A Python library for sending notifications to services such as Slack, HipChat, Twitter, and so on

Project description

PyPI version PyPI Python versions Build Status Documentation Status Code Climate Coverage Status Requirements Status 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

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kawasemi-2.0.0.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

kawasemi-2.0.0-py2.py3-none-any.whl (18.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page