Templated Scafforld for Python Projects
See https://github.com/pyenv/pyenv/wiki#suggested-build-environment for recommendations
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | pythoncurl https://pyenv.run | bash- Clone Repository
- Rename package by updating ./pyproject.toml with your name
- Change Author
- run
poetry update pre-commit installpre-commit run --all-files
Based (is) on Alex Mitelmans Work https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/