Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 907 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 907 Bytes

Copier Poetry Scaffold

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.

Features

  • python >=3.8
  • "src" style directory structure
  • testing with pytest, pytest-cov and pytest-mock
  • git hooks via pre-commit

How to use

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 .

Note for Github users

If you are reading this on Github, please keep in mind that this is just a mirror repo, all development occurs on Gitlab

License

This project is licensed under the terms of the MIT License