Config.in 483 B

1234567891011121314
  1. config 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. This package includes ASGI base libraries, such as:
  8. - Sync-to-async and async-to-sync function wrappers,
  9. asgiref.sync
  10. - Server base classes, asgiref.server
  11. - A WSGI-to-ASGI adapter, in asgiref.wsgi
  12. http://github.com/django/asgiref/