Contributing

All contributions are welcome. This project is hosted on GitHub.

You may report bugs on the GitHub issues page or send a pull request.

Development

The main dependencies are:

Python 3.7
The code runs using asyncio and uses constructs only supported in Python 3.7.
aiohttp.
The HTTP client and server are aiohttp.

The project follows the Black codestyle.