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 :mod:`aiohttp_wsgi` in a virtual environment using :mod:`venv`.

Run the test suite using ``unittest``:

.. code:: bash

    python -m unittest discover tests


Contributors
------------

:mod:`aiohttp_wsgi` was developed by `Dave Hall`_ and other `contributors`_.


.. include:: /_include/links.rst
