python3-a2wsgi

Convert between ASGI and WSGI apps (Python3 version)

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/abersheeran/a2wsgi


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-a2wsgi