gabocutter¶
gabocutter
is a modern Cookiecutter template designed to streamline the setup of Python projects with essential development and testing tools. Tailored for data science workflows, this template includes the following features:
- ๐ Efficient dependency management with uv
- ๐ CI/CD powered by GitHub Actions
- ๐ Code quality enforcement using ruff
- ๐งช Testing & coverage with pytest
- ๐ Documentation generation via MkDocs
Resources¶
- ๐ Documentation
- ๐ก Example Repository
Quickstart¶
To get started, follow the tutorial at https://gabrieltorresgamez.github.io/gabocutter/tutorial/.
Acknowledgements¶
This project is based on the work of Florian Maas and his cookiecutter-uv template โค๏ธ. It has been simplified and customized to fit my personal preferences.