init cgi script and html form

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-25 17:14:46 -07:00
parent 740ae98027
commit 5da4a21a3f
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
9 changed files with 909 additions and 110 deletions

View file

@ -1,11 +1,14 @@
run:
uv run carousel
python *arguments:
uv run python -c "import code; from rich import pretty; pretty.install(); code.interact()" {{arguments}}
check:
uv run pyright src
test:
uv run pytest -vv --tb=short
uv run pytest -vvv --tb=short --log-cli-level=INFO
format:
uv run ruff format src test