Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gandresto/poetry-flask-template
A simple flask project template with poetry as dependency manager
https://github.com/gandresto/poetry-flask-template
black-formatter flake8 flask mit-license poetry pre-commit pre-commit-hook pytest python python-black python3 template template-repository
Last synced: 3 months ago
JSON representation
A simple flask project template with poetry as dependency manager
- Host: GitHub
- URL: https://github.com/gandresto/poetry-flask-template
- Owner: gandresto
- License: mit
- Created: 2022-01-20T17:35:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T18:39:13.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T04:13:03.038Z (5 months ago)
- Topics: black-formatter, flake8, flask, mit-license, poetry, pre-commit, pre-commit-hook, pytest, python, python-black, python3, template, template-repository
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - gandresto/poetry-flask-template - A simple flask project template with poetry as dependency manager (Python)
README
# Poetry Flask Template
This template contains the basic boilerplate to test, lint, build and run a flask aplication. It also includes conventional commits support.
## Requirements
- [docker](https://docs.docker.com/get-docker/)# Running
Activate poetry shell
```bash
poetry shell
```