Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

ymyzk/kawasemi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 4, 2019 12:08
November 4, 2019 12:24
July 17, 2017 22:35
March 10, 2017 11:02
July 20, 2017 01:49
March 23, 2017 17:05
March 10, 2017 10:40
May 8, 2015 00:00
December 3, 2017 13:02
September 6, 2017 03:02
November 4, 2019 12:08

kawasemi

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.

Links