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