Skip to main content

The tool that helps quickly create a basis for aiohttp application

Project description

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.

Here is a screenshot of our interfaces 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. To start you new project run the next commands:

cd my_project

make run # start your project

Here is a link to all the make commands.

Then, navigate in your browser to http://localhost:8080/

Salient 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create-aio-app-0.0.11.tar.gz (252.9 kB view hashes)

Uploaded Source

Built Distribution

create_aio_app-0.0.11-py3-none-any.whl (263.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page