1config BR2_PACKAGE_PYTHON_ASGIREF 2 bool "python-asgiref" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 ASGI is a standard for Python asynchronous web apps and 6 servers to communicate with each other, and positioned as 7 an asynchronous successor to WSGI. 8 9 This package includes ASGI base libraries, such as: 10 - Sync-to-async and async-to-sync function wrappers, 11 asgiref.sync 12 - Server base classes, asgiref.server 13 - A WSGI-to-ASGI adapter, in asgiref.wsgi 14 15 http://github.com/django/asgiref/ 16