Source: python-daphne Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Michael Fladischer , Build-Depends: debhelper-compat (= 13), dh-python, docbook-to-man, python3-all, python3-asgiref (>= 3.2.10~), python3-autobahn (>= 0.18~), python3-hypothesis, python3-pytest, python3-pytest-runner, python3-setuptools, python3-six, python3-twisted (>= 18.7~), Standards-Version: 4.5.1 Homepage: https://github.com/django/daphne/ Vcs-Browser: https://salsa.debian.org/python-team/packages/python-daphne Vcs-Git: https://salsa.debian.org/python-team/packages/python-daphne.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: daphne Architecture: all Section: httpd Depends: python3-daphne (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Description: Django Channels HTTP/WebSocket server Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed to power Django Channels. . It supports automatic negotiation of protocols; there's no need for URL prefixing to determine WebSocket endpoints versus HTTP endpoints. Package: python3-daphne Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Django Channels HTTP/WebSocket server (Python3 version) Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed to power Django Channels. . It supports automatic negotiation of protocols; there's no need for URL prefixing to determine WebSocket endpoints versus HTTP endpoints. . This package contains the Python 3 version of the library.