Files
shredos.x86_64/package/python-asgiref/Config.in
2026-01-06 22:53:29 +00:00

15 lines
484 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
https://github.com/django/asgiref/