Skip to main content

Convert WSGI app to ASGI app or ASGI app to WSGI app.

Project description

a2wsgi

Convert WSGI app to ASGI app or ASGI app to WSGI app.

Pure Python. No dependencies. High performance.

Install

pip install a2wsgi

How to use

Convert WSGI app to ASGI app:

from a2wsgi import WSGIMiddleware

ASGI_APP = WSGIMiddleware(WSGI_APP)

Convert ASGI app to WSGI app:

from a2wsgi import ASGIMiddleware

WSGI_APP = ASGIMiddleware(ASGI_APP)

Benchmark

Run pytest ./benchmark.py -s to compare the performance of a2wsgi and uvicorn.middleware.wsgi.WSGIMiddleware / asgiref.wsgi.WsgiToAsgi.

Why a2wsgi

The performance of uvicorn-WSGIMiddleware is higher than a2wsgi. However, when dealing with large file uploads, it is easy to cause insufficient memory uvicorn/issue#371. a2wsgi uses synchronous signals and asynchronous signals to regulate the pace of reading data, thus solving this problem.

With the help of ASGIMiddleware, you can turn any ASGI program into a WSGI program. This is very effective when deploying starlette, FastAPI, responder, index.py to Serverless.

Project details


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.3.6.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

a2wsgi-0.3.6-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

Details for the file a2wsgi-0.3.6.tar.gz.

File metadata

  • Download URL: a2wsgi-0.3.6.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.7.4 Windows/10

File hashes

Hashes for a2wsgi-0.3.6.tar.gz
Algorithm Hash digest
SHA256 5475937a91ffc8f8e8e5b833926420de218bd123793cbf33cef54f1a41d2a4cd
MD5 129c23d3792d18a0b7f542de84fe8b99
BLAKE2b-256 c55a9476b3e3233e602812bae79ce851eca215cb7d0c2cb2d6b7be195e751928

See more details on using hashes here.

File details

Details for the file a2wsgi-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: a2wsgi-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.7.4 Windows/10

File hashes

Hashes for a2wsgi-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 4ff400d818bf0c5243880bc61214875446478c7b53ceaf13bc70fd5c74fa9966
MD5 7f69d70e265b9d1421af907c42bdd8aa
BLAKE2b-256 b4140824ce89ba17f52d2e6a90d614b8b13964c2f7a268b80b543a2dc97127ff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page