
Convert WSGI app to ASGI app or ASGI app to WSGI app in pure Python with no dependencies outside the standard library.
Compared with other converters, the advantage is that a2wsgi will not accumulate the requested content or response content in the memory, so you don't have to worry about the memory limit. This problem exists in converters implemented by uvicorn/startlette or hypercorn.
This package contains the Python 3 version of the library.