Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.78 KB

File metadata and controls

27 lines (17 loc) · 1.78 KB

gabocutter

Build status Commit activity License

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

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.