python-django-channels 4.0.0-2 source package in Ubuntu

Changelog

python-django-channels (4.0.0-2) unstable; urgency=medium

  * Team Upload.
  * Add pydist file for channels alias
  * Suggests: daphne. Closes: 1043185

 -- Jérémy Lal <email address hidden>  Sat, 06 Jan 2024 13:47:45 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-channels_4.0.0-2.dsc 2.5 KiB 8db5050a65054796f554bb003286dffb9f2f29cf7fd95e34d5e8f09d24b0de58
python-django-channels_4.0.0.orig.tar.gz 186.7 KiB 62995481c03dc09c3d9cb2bdd3ad5b6a509373defd89e83ae7948450cc389a09
python-django-channels_4.0.0-2.debian.tar.xz 4.7 KiB 7ef470364293376b63e0ec2eb0819f21fb33d569aafa4c9ab5cb6d324cba4e95

Available diffs

No changes file available.

Binary packages built by this source

python-django-channels-doc: Developer-friendly asynchrony for Django (Documentation)

 Channels is a project to make Django able to handle more than just plain HTTP
 requests, including WebSockets and HTTP2, as well as the ability to run code
 after a response has been sent for things like thumbnailing or background
 calculation.
 .
 It’s an easy-to-understand extension of the Django view model, and easy to
 integrate and deploy.
 .
 This package contains the documentation.

python3-django-channels: Developer-friendly asynchrony for Django (Python3 version)

 Channels is a project to make Django able to handle more than just plain HTTP
 requests, including WebSockets and HTTP2, as well as the ability to run code
 after a response has been sent for things like thumbnailing or background
 calculation.
 .
 It’s an easy-to-understand extension of the Django view model, and easy to
 integrate and deploy.
 .
 This package contains the Python 3 version of the library.