create-aio-app
create-aio-app copied to clipboard
The boilerplate for aiohttp. Quick setup for your asynchronous web service.
If at run of create-air-app a new version is available, then output a warning. ⚠️
https://www.conventionalcommits.org/en/v1.0.0-beta.3/ - [ ] Add part about conventional commits to `CONTRIBUTING.md` - [ ] Add make commend with `auto-changelog` for generate `CHANGELOG.md` - [ ] Generate `CHANGELOG.md` Will be great...
I've noticed that the default black line length of 88 doesn't match that of flake8 (79). I would suggest setting the default flake8 length to 88. See https://github.com/psf/black ``` ---...
1) Set username to `__token__` 2) And replace the password secret with: ```yaml secure: >- IfpGrZVE9XYV2ti/3FeGjoN0OTZNv012yM+btdkQpK23HaeUV3qHh20e8QLqYnr5FYTQmFDExgzY9CVBp9qWsjdr+ZiMRwfW06CQ0WakWfWv7m35X8BUzs2zrYe0nifo9usi3f5fcyDZl7RRBdvdp3tjehkd4IpA4McMDrE0VPb/nwRHddh0IkB8uE0SZ+4gGl6Un5WRJvCzqslNyhow24TycrRBDTxUYiKQRs5LfoSD+yRidznlpJWm4S41naX55aXQqCTY8x7waE47XzmpMosg1KErqH05ag75qVPEs3k24q4ShjsRhPp8duThig0ZKQkSExeB1aeIojJHRl9p7O8rMZY27LagKNlUqhYAJu6ZLBMkCY0nNAM788Co/TNKEe9W+VPpREFyOszEfY0kKeUitsS3uWUv9klX+pTw2YoHUoBImMqT5goSd91jEy2ZovetbI+z6zlVcb2F1rx1jT1hkevzAvbwcaSXM3yEiCAGOmB+4XgJ+rYQD63dnjiJ30E+KarKfDYRq+vt0HYis4OKjyxhwP/3wutWxYk15fjTKNzxDnZc7vPkKrw+iKmZZE9GpUqzeC9k655q/la278OnRxAiLf9Is0d6QVFrqC4IP0+DTIMHNer7UO7dDdcLzpZ3ZrcfU3zsM0qXVxfMIbJcNnzzcGr3HLOgN9hsu9A= ```
## What do these changes do? Replace PyPI user with token ## Are there changes in behavior for the user? ## Related issue number Resolves #157 ## Checklist - [...
After create a project i see this Very useful to show a list of all commands. related https://github.com/aio-libs/create-aio-app/issues/93
Would be nice to have an option for https://github.com/fantix/gino
We have problem when run `create-aio-app` twice or more, because some port already in use. Solution: - [ ] track available ports before create project - [ ] use other...
After create service I wanna have simple ci file for tests and linters out of the box. So, what need to do: - [ ] add possible choose gitlab or...