The tool that helps quickly create a basis for the microservice on aiohttp and prepare the development environment.
Project description
Create aio app
The tool that helps quickly create a basis for the microservice on aiohttp and prepare the development environment.
Installation
Requires python3.5 - python3.7 and docker-compose
pip install create-aio-app
Usage
create-aio-app my_project
or if u wanna use manual mode, enter only command below
create-aio-app
After that it will create new directory my_project
.
cd my_project
make run # start your project
and open in your browser http://localhost:8080/
Features
- aiohttp - the best python framework :)
- mypy - for optional static typing
- pytest - for run unit tests
- black - for code formatter
- flake8 - for linting
- trafaret - for validation input data
- aio devtools - helpful tool for develop
- aiohttp debug toolbar - helpful tool for debugging
- postgres - storage
- alembic - tool for create migration
- sqlAlchemy - orm
- sphinx - for generate docs
- docker-compose - for running develop environment and deploy
Options
--without-postgres
- remove postgres and all helpful libs connected with db from template
--redis
- add redis to the template
Contributing
The create-aio-app
it's a boilerplate from aiohttp community for aiohttp
community. So, feel free to make some suggestion in the issue or make
pull requests. We will be happy 😀. See CONTRIBUTING.md for more information about
how to contribute to create-aio-app
.
License
Create aio App is an open source software available under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for create_aio_app-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7a232591b9d5413283243e549bd699c35557afedaf968c10f0cb898d14a8aef |
|
MD5 | 16679112e5a61d3a37e52669694de8b0 |
|
BLAKE2b-256 | 247fc81dbab3ccb6b4a89ddd09272079213e98e0fe5c218a0dab5f89df016925 |