Contributing

Bug reports, bug fixes, and new features are always welcome. Please raise issues on GitHub, and submit pull requests for any new code.

Testing

It’s recommended to test aiohttp_wsgi in a virtual environment using venv.

Run the test suite using unittest:

python -m unittest discover tests

Contributors

aiohttp_wsgi was developed by Dave Hall and other contributors.