a2wsgi
Convert WSGI app to ASGI app or ASGI app to WSGI app.
File Explorer
Download Latest Version (.zip)- ci.yml
- __init__.py
- asgi.py
- asgi_typing.py
- py.typed
- wsgi.py
- wsgi_typing.py
- version.py
- __init__.py
- test_asgi.py
- test_wsgi.py
- .coveragerc
- .gitattributes
- .gitignore
- benchmark.py
- LICENSE
- pdm.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/abersheeran/a2wsgi
Downloads the entire project code from GitHub to your computer.
cd a2wsgi
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install a2wsgi
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install a2wsgi
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
