mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
15
package/python-asgiref/Config.in
Normal file
15
package/python-asgiref/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_PYTHON_ASGIREF
|
||||
bool "python-asgiref"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
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/
|
||||
Reference in New Issue
Block a user