create-aio-app icon indicating copy to clipboard operation
create-aio-app copied to clipboard

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

Results 48 create-aio-app issues
Sort by recently updated
recently updated
newest added

Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @​alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @​ericof...

dependencies

Will be great have approach to put some arguments for make test or commands some like this. For that we need add some like that into `Makefile`. ``` # arguments...

help wanted
good first issue
easy

### Update [mypy](https://pypi.org/project/mypy) from **0.920** to **0.931**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/mypy - Homepage: http://www.mypy-lang.org/ ### Update...

- [ ] write simple article about create-aio-app features - [ ] add this article to articles section

help wanted
good first issue
easy

- [ ] deploy to Heroku - [ ] add to docs https://devcenter.heroku.com/categories/deploying-with-docker

enhancement
help wanted
good first issue

When u create service you need to write documentation about it. It's good practice and one point to the karma :). It will be great if `create-aio-app` quickly provides a...

enhancement
help wanted
good first issue

- [ ] added marked (https://github.com/markedjs/marked) - [ ] titles (1) - [ ] quotes (2) - [ ] code snippets example: https://codepen.io/Arfey/pen/oOqKxd

help wanted
good first issue

Bumps python from 3.7 to 3.9.6. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=python&package-manager=docker&previous-version=3.7&new-version=3.9.6)](https://dependabot.com/compatibility-score/?dependency-name=python&package-manager=docker&previous-version=3.7&new-version=3.9.6) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

The template code uses `'` everywhere, but `make black` reformats everything to `"`. We should reformat the template directory with Black, or change the Black configuration options (I'd vote for...