Powered by Copier, Copier Poetry Scaffold is a template for jumpstarting Python projects managed by Poetry. This template was inspired by Claudio Jolowicz's Hypermodern Python articles.
- python >=3.8
- "src" style directory structure
- testing with pytest, pytest-cov and pytest-mock
- git hooks via pre-commit
To use this template you'll need copier installed on your system (either via pip, pipx or your package manager)
copier gl:sgrc31/copier-poetry-scaffold .
If you are reading this on Github, please keep in mind that this is just a mirror repo, all development occurs on Gitlab
This project is licensed under the terms of the MIT License