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
To get started, follow the tutorial at https://gabrieltorresgamez.github.io/gabocutter/tutorial/.
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.