Convert WSGI app to ASGI app.
Project description
a2wsgi
Convert WSGI app to ASGI app. Pure Python. No dependencies. High performance.
Install
pip install a2wsgi
How to use
from a2wsgi import WSGIMiddleware
ASGI_APP = WSGIMiddleware(WSGI_APP)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
a2wsgi-0.2.0.tar.gz
(7.9 kB
view hashes)
Built Distribution
a2wsgi-0.2.0-py3-none-any.whl
(7.9 kB
view hashes)