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
Release files for django-channels 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-channels-0.7.0.tar.gz | 5.7 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_channels-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
| django_channels-0.7.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 24.7 kB
Release files / django-channels-0.7.0.tar.gz
| Download URL | django-channels-0.7.0.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c8bc623df4a7828c2e5ea453d0d0f066ff9b71b8c7c1a58b2f7fa86bc0bd619e
|
|
BLAKE2b-256 checksum How to use checksums |
c2c20fdebf20672aa4b007d43e6563cf7c9e3e32a3700ba548eeefdc7a84211c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_channels-0.7.0-py3-none-any.whl
| Download URL | django_channels-0.7.0-py3-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ceb5675ed0133bd54cc0529eb76157cc3b9ab67aceba7293ee5ac2fe4126987b
|
|
BLAKE2b-256 checksum How to use checksums |
ea2db8bfeda52e60495b73cc58ac30b676fc9a39008f0c9b68a0eb529768244b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_channels-0.7.0-py2-none-any.whl
| Download URL | django_channels-0.7.0-py2-none-any.whl |
|---|---|
| Size | 9.5 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
06812bda257e7b5e9786b1c205bede9ab7bd2864689ed5dc64b549086b3d3a33
|
|
BLAKE2b-256 checksum How to use checksums |
6be7eac16a9f0faad05ef9f06e2e5edc267ebf8a61583fc61cb76403a315c027
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |