mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
init commit; data shapes mostly defined. some tests and sketched documentation in README. core algorithm TODO next
This commit is contained in:
commit
c571fa1d17
8 changed files with 434 additions and 0 deletions
20
justfile
Normal file
20
justfile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
run:
|
||||
uv run carousel
|
||||
|
||||
check:
|
||||
uv run pyright src
|
||||
|
||||
test:
|
||||
uv run pytest -vv --tb=short
|
||||
|
||||
format:
|
||||
uv run ruff format src test
|
||||
|
||||
clean:
|
||||
uv run pyclean src test
|
||||
uv run ruff clean
|
||||
rm -rf .pytest_cache .hypothesis
|
||||
|
||||
wipe:
|
||||
just clean
|
||||
rm -rf .venv
|
||||
Loading…
Add table
Add a link
Reference in a new issue