0.1.1 • Published 5 years ago
generator-aiohttp-uvloop v0.1.1
generator-aiohttp-uvloop
Generates a Python3 and AIOHTTP project with ultra fast UVloop event loop.
Features
- Gunicorn with UVloop asyncio event loop (read why).
- Pipenv for dependency management.
- Docker frendly (also docker-compose file included).
- Heroku deployment support.
Requirements
- Python 3.6, 3.7 or 3.8
- Yeoman >= 4.11.0
Generator installation
1) You are going to need Yeoman:
npm install -g yo
2) Install the generator:
npm install -g generator-aiohttp-uvloop
Usage
Base generator
Create a new directory where you want your project to be and run it:
mkdir aio-service
cd aio-service
yo aiohttp-uvloop
License
MIT. See LICENSE