Releases: oedokumaci/python-production-template
Releases · oedokumaci/python-production-template
1.0.0
First release of python-production-template as an independent repository, detached from the upstream pawamoy/copier-uv fork.
Features
- AI-native development — Claude Code integration with
CLAUDE.md, custom skills (/commit,/release,/review-pr,/docs-deploy), and Cursor IDE support - Modern Python toolchain — uv for dependency management, Ruff for formatting/linting, ty for type checking, taskipy for task running
- Production-ready scaffold — CLI support, structured logging (loguru), pre-commit hooks, GitHub Actions CI/CD, auto-generated changelog
- Documentation site — Zensical with mkdocstrings for auto-generated API docs
- Optional marimo notebooks — interactive notebook support for data science workflows
- All open-source licenses — every license from choosealicense.com
- Smart defaults — git email and username auto-detected from git config
Fixed
- Clean tag history — removed 71 upstream tags (1.0.0–1.11.9) that polluted version resolution
- No more
--vcs-ref HEADworkaround — copier now correctly resolves the latest version without manual ref pinning - Independent repository — no longer marked as a GitHub fork