A Django library for sending notifications
Project description
django-channels is a Django library for sending notifications. HipChat, Slack, Twitter and Yo are supported for now.
Note: This should not be confused with the official Django Channels project which you can see at https://channels.readthedocs.io/.
At a Glance
After installation and configuration, you can send notifications to HipChat, Slack, Twitter, or Yo with a following simple code:
import channels
channels.send("Sample notification.")
See Quickstart page for more details.
Requirements
Python
Python 2.7+
Python 3.3+
PyPy
PyPy3
Django
Django 1.8
Django 1.9
Django 1.10
Installation
pip install django-channels
Note: Please use the latest version of setuptools & pip
pip install -U setuptools pip
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file django-channels-0.7.0.tar.gz
.
File metadata
- Download URL: django-channels-0.7.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8bc623df4a7828c2e5ea453d0d0f066ff9b71b8c7c1a58b2f7fa86bc0bd619e |
|
MD5 | e0d058dc75a08d9e9dab95b99bf00570 |
|
BLAKE2b-256 | c2c20fdebf20672aa4b007d43e6563cf7c9e3e32a3700ba548eeefdc7a84211c |
File details
Details for the file django_channels-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: django_channels-0.7.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceb5675ed0133bd54cc0529eb76157cc3b9ab67aceba7293ee5ac2fe4126987b |
|
MD5 | 0f73709e989f823e26c8313a47ff8c57 |
|
BLAKE2b-256 | ea2db8bfeda52e60495b73cc58ac30b676fc9a39008f0c9b68a0eb529768244b |
File details
Details for the file django_channels-0.7.0-py2-none-any.whl
.
File metadata
- Download URL: django_channels-0.7.0-py2-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06812bda257e7b5e9786b1c205bede9ab7bd2864689ed5dc64b549086b3d3a33 |
|
MD5 | 35306a4b13cfc55b1a0737fcd3724167 |
|
BLAKE2b-256 | 6be7eac16a9f0faad05ef9f06e2e5edc267ebf8a61583fc61cb76403a315c027 |