The aiohttp boilerplate. A quick start for your aiohttp application.¶
What is a create aio app? This project is designed to quickly and simply creating a web application based on aiohttp with use best practices.
A create aio app provide testing, documentation, deploying and a lot of helpful boilerplate code for quickly start with aiohttp.

Features¶
- aiohttp - the best python framework :)
- mypy - for optional static typing
- pytest - for run unit tests
- flake8 - for linting
- trafaret - for validation input data
- aio devtools - helpful tool for develop
- aiohttp debugtoolbar - aiohttp debug toolbar
- postgres - storage
- alembic - tool for create migration
- sqlAlchemy - orm
- sphinx - for generate docs
- docker-compose - for running develop environment and deploy
Aiohttp Quick start:
Developing:
Documentation:
Tests: