Skip to content

level12/coppy

Repository files navigation

Docs <-> Wiki Nox

Coppy

A copier template to create a Python package.

Getting Started & other docs are in the GH Wiki.

Features

  • pyproject.toml package config
  • Ruff linting & formatting
    • Enforce single quotes
    • Sane(ish) linting rules including safe fixes
  • mise
  • Versioning
    • date based by default (mise bump --help)
    • bumping automatically commits, tags, and (by default) pushes
  • nox (tox alternative) test runner
  • pre-commit & pre-commit-uv
  • CircleCi config