package/python-channels: new package
authorAdam Duskett <Aduskett@gmail.com>
Sun, 4 Aug 2019 01:16:30 +0000 (21:16 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 30 Sep 2019 19:44:47 +0000 (21:44 +0200)
commit1e019c3afb02c218ba29522ac131a8ecb7aaf3fe
tree0981527855888434576f8a10dbc38c9583b4dd25
parentc76c399e62aa5018c0085671180dc1224638e0ca
package/python-channels: new package

Channels augments Django to bring WebSocket, long-poll HTTP, task
offloading and other async 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.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[Thomas:
 - alphabetic ordering of selects in Config.in
 - add missing BR2_PACKAGE_PYTHON3 dependency]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/python-channels/Config.in [new file with mode: 0644]
package/python-channels/python-channels.hash [new file with mode: 0644]
package/python-channels/python-channels.mk [new file with mode: 0644]