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 is a Python library for sending notifications. HipChat, Slack, Twitter and Yo are supported for now.

kawasemi can be used easily in your Python projects. kawasemi also provides integration with web application frameworks which makes it more easier to load configurations.

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 to HipChat, Slack, Twitter, or Yo with a following simple code:

# Python
from kawasemi import Kawasemi
kawasemi = Kawasemi(config)
kawasemi.send("Sample notification.")

# With Django
from kawasemi.django import send
send("Sample notification.")

See Quickstart page for more details.

Requirements

Python

  • Python 2.7+

  • Python 3.3+

  • PyPy

  • PyPy3

Supported Frameworks

  • Django 1.8

  • Django 1.9

  • Django 1.10

Installation

pip install kawasemi

Note: Please use the latest version of setuptools, pip, and wheel.

pip install -U setuptools pip wheel

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-1.0.0.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distributions

kawasemi-1.0.0-py3-none-any.whl (25.6 kB view hashes)

Uploaded Python 3

kawasemi-1.0.0-py2-none-any.whl (25.6 kB view hashes)

Uploaded Python 2

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