Skip to content

The boilerplate for aiohttp. Quick setup for your asynchronous web service.

License

Notifications You must be signed in to change notification settings

greenkiwi/create-aio-app

 
 

Repository files navigation

Create aio app

Build Status License: MIT Gitter chat PRs Welcome PyPI version

The tool that lets you bootstrap aiohttp application with best practices ready for development.

Example

Installation

Requires python3.6 - python3.7 and docker-compose

pip install create-aio-app

Usage

create-aio-app my_project

If you want to use interactive mode enter the next command:

create-aio-app

This will create a new directory called my_project.

cd my_project

make run # start your project

Navigate in your browser to http://localhost:8080/

Features

Options

--without-postgres - remove postgres and all of its requirements

--redis - add redis to the template

--uvloop - uvloop event loop for aiohttp

Contributing

create-aio-app is a boilerplate from aiohttp community for aiohttp community. Feel free to make any suggestions on the issues or create a pull request. We will be very 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.

About

The boilerplate for aiohttp. Quick setup for your asynchronous web service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.3%
  • Makefile 12.0%
  • HTML 3.7%
  • Batchfile 2.1%
  • CSS 2.0%
  • Mako 1.4%
  • Dockerfile 0.5%