Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.
Project description
Channels loads into Django as a pluggable app to bring WebSocket, long-poll HTTP, task offloading and other asynchrony support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs.
This is still beta software: the API is mostly settled, but might change a bit as things develop. Once we hit 1.0, it will be stablized and a deprecation policy will come in.
Documentation, installation and getting started instructions are at https://channels.readthedocs.io
Support can be obtained either here via issues, or in the #django-channels channel on Freenode.
You can install channels from PyPI as the channels package. You’ll likely also want to asgi_redis to provide the Redis channel layer. See our installation and getting started docs for more.
Contributing
To learn more about contributing, please read our contributing docs.
Maintenance and Security
To report security issues, please contact security@djangoproject.com. For GPG signatures and more security process information, see https://docs.djangoproject.com/en/dev/internals/security/.
To report bugs or request new features, please open a new GitHub issue. For larger discussions, please post to the django-developers mailing list.
Django Core Shepherd: Andrew Godwin <andrew@aeracode.org>
Maintenance team:
Andrew Godwin <andrew@aeracode.org>
Steven Davidson
Jeremy Spencer
If you are interested in joining the maintenance team, please read more about contributing and get in touch!
Other Projects
The Channels project is made up of several packages; the others are:
Daphne, the HTTP and Websocket termination server
asgiref, the base ASGI library/memory backend
asgi_redis, the Redis channel backend
asgi_ipc, the POSIX IPC channel backend
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 Distribution
File details
Details for the file channels-1.0.0.tar.gz
.
File metadata
- Download URL: channels-1.0.0.tar.gz
- Upload date:
- Size: 44.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ec643516bfc73e7550e732bf8980daee775d1fbfe183d5a4a24dee007de6fec |
|
MD5 | d27db0670b5d5816a0dc8e1aa06aa49e |
|
BLAKE2b-256 | 4f32005ad0e035079b433e1ced6648d3b6e138b30be82ac9ab24b829d5e2bcbb |
File details
Details for the file channels-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: channels-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 63.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1164a793de8572879a26a51353bf741127dd9cadd451967daed16d86f6893727 |
|
MD5 | 87826647e42328cc3009c0cd188ac7ab |
|
BLAKE2b-256 | d246e6b94db7807d650c63e8cbe2a486449e27f7f9a6a27c77145d7385e5af2e |