kumquat-buildroot/package/python-asgiref/Config.in
Adam Duskett 0f71c6b09f package/python-asgiref: new package
ASGI is a standard for Python asynchronous web apps and servers to
communicate with each other, and positioned as an asynchronous
successor to WSGI.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-09-27 23:53:36 +02:00

15 lines
483 B
Plaintext

config BR2_PACKAGE_PYTHON_ASGIREF
bool "python-asgiref"
help
ASGI is a standard for Python asynchronous web apps and
servers to communicate with each other, and positioned as
an asynchronous successor to WSGI.
This package 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
http://github.com/django/asgiref/