Skip to content

Releases: mameli/python_template

v1.0.0

08 Feb 14:12

Choose a tag to compare

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 uv and lockfile support
  • Code quality tooling preconfigured:
    • ruff (lint + format)
    • ty (type checking)
    • pytest + coverage
    • pre-commit hooks
  • 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.md template support for consistent coding-agent instructions

Notes

This is the first tagged release and establishes the baseline template and automation workflows for future updates.