mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
implement cgi interface
This commit is contained in:
parent
174df7e572
commit
c57068b34c
6 changed files with 235 additions and 6 deletions
10
justfile
10
justfile
|
|
@ -1,5 +1,5 @@
|
|||
list:
|
||||
just --list
|
||||
just --list --unsorted
|
||||
|
||||
run spreadsheet:
|
||||
uv run smithy {{spreadsheet}}
|
||||
|
|
@ -10,17 +10,17 @@ marimo:
|
|||
example:
|
||||
uv run python src/main.py test/test_ballot.csv
|
||||
|
||||
format:
|
||||
uv run ruff format src test
|
||||
|
||||
check:
|
||||
uv run pyright src
|
||||
|
||||
test:
|
||||
uv run pytest -vvv --tb=short --log-cli-level=INFO
|
||||
|
||||
format:
|
||||
uv run ruff format src test
|
||||
|
||||
compile:
|
||||
uv run pyinstaller --clean -F src/main.py --name smithy
|
||||
uv run pyinstaller --clean -F src/cmd.py --name smithy
|
||||
|
||||
clean:
|
||||
uv run pyclean src test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue