Files
auto-reverse/uv.lock
T
tomatocream adcd280bbd init: auto-reverse CLI with Python 3.14t, uv, and Nix flakes
Set up project scaffolding with free-threaded Python 3.14, uv for package
management, and Nix flakes for dev tooling (treefmt-nix with nixfmt/ruff,
pyright strict mode, direnv integration).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-31 22:16:36 +08:00

9 lines
133 B
TOML

version = 1
revision = 3
requires-python = ">=3.14"
[[package]]
name = "auto-reverse"
version = "0.1.0"
source = { editable = "." }