hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/