Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 336 Bytes

Template repo for python projects

Replace your-pkg / your_pkg at these places:

  • pyproject.toml (2 x)
  • directory src/your_pkg (via IDE refactoring - it is used in the code)

Quick Start

curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --all-extras --dev
source .venv/bin/activate
pre-commit install