Releases: mameli/python_template
Releases · mameli/python_template
v1.0.0
Initial release of python_uv_template
First public release of a Copier template for modern Python data projects.
Highlights
- Project scaffolding with Copier and update-friendly template structure
- Reproducible dependency workflow with
uvand lockfile support - Code quality tooling preconfigured:
ruff(lint + format)ty(type checking)pytest+ coveragepre-commithooks
- Built-in docs workflow with MkDocs + Material + API docs tooling
- Versioning/changelog support with Commitizen
- Optional Docker build workflow
- Marimo playground for notebook-style development
- Data stack examples using Polars, DuckDB, and Seaborn
AGENTS.mdtemplate support for consistent coding-agent instructions
Notes
This is the first tagged release and establishes the baseline template and automation workflows for future updates.