aiohttp App

aiohttp server scaffold with routes, templates, and static files.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a aiohttp app
jyinit create my-project --type aiohttp-app

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Great for

  • APIs
  • async apps