1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: python-asgiref
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-async-timeout,
python3-all,
python3-pytest,
python3-pytest-asyncio,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/django/asgiref/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-asgiref
Vcs-Git: https://salsa.debian.org/python-team/packages/python-asgiref.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-asgiref
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Breaks:
python3-asgi-ipc (<< 2),
python3-asgi-redis (<< 2),
Description: ASGI in-memory channel layer (Python3 version)
ASGI (Asynchronous Server Gateway Interface) is a standard for Python
asynchronous web apps and servers to communicate with each other, and
positioned as an asynchronous successor to WSGI.
.
It includes ASGI base libraries, such as:
.
* Sync-to-async and async-to-sync function wrappers, asgiref.sync
* Server base classes, asgiref.server
* A WSGI-to-ASGI adapter, in asgiref.wsgi
.
This package contains the Python 3 version of the library.
|