You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

kawasemi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kawasemi

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

3.0.0
pipPyPI
Maintainers
1

kawasemi

.. image:: https://badge.fury.io/py/kawasemi.svg :target: https://pypi.python.org/pypi/kawasemi/ :alt: PyPI version .. image:: https://img.shields.io/pypi/pyversions/kawasemi.svg :target: https://pypi.python.org/pypi/kawasemi/ :alt: PyPI Python versions .. image:: https://travis-ci.org/ymyzk/kawasemi.svg?branch=master :target: https://travis-ci.org/ymyzk/kawasemi :alt: Build Status .. image:: https://readthedocs.org/projects/kawasemi/badge/?version=latest :target: https://kawasemi.readthedocs.io/ :alt: Documentation Status .. image:: https://codeclimate.com/github/ymyzk/kawasemi/badges/gpa.svg :target: https://codeclimate.com/github/ymyzk/kawasemi :alt: Code Climate .. image:: https://coveralls.io/repos/ymyzk/kawasemi/badge.svg?branch=master :target: https://coveralls.io/r/ymyzk/kawasemi?branch=master :alt: Coverage Status .. image:: https://requires.io/github/ymyzk/kawasemi/requirements.svg?branch=master :target: https://requires.io/github/ymyzk/kawasemi/requirements/?branch=master :alt: Requirements Status

.. image:: https://raw.githubusercontent.com/ymyzk/kawasemi/master/docs/source/kawasemi.png :alt: 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:

.. code-block:: python

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.

  • Documentation_
  • GitHub_

.. _Documentation: https://kawasemi.readthedocs.io/ .. _GitHub: https://github.com/ymyzk/kawasemi .. _Quickstart: https://kawasemi.readthedocs.io/en/latest/quickstart.html .. _Django Channels: https://channels.readthedocs.io/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.