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
- mypy
- pytest
- flake8
- trafaret
- docker-compose
- aio devtools
- aiohttp debug toolbar
- postgres
- alembic
- aiopg
- sqlAlchemy
Options
--without-postgres
- remove postgres and all helpful libs connected with db from template
--redis
- add redis to the template
License
Create aio App is open source software licensed as MIT.
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for create_aio_app-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5259ec8a113835a4c58130955a84e7af8f33596275928476f89925f21cdc2cb8 |
|
MD5 | 862f7cdddfcd7805d8f312e4de068eb5 |
|
BLAKE2b-256 | d272b4a25b5e7c57b2c0cc0c452b49b8021d828f9e588f82466a6517629358d0 |