first commit
This commit is contained in:
commit
988afb33e3
73 changed files with 8407 additions and 0 deletions
20
Justfile
Normal file
20
Justfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
set dotenv-load := true
|
||||
|
||||
test:
|
||||
python test.py
|
||||
|
||||
build:
|
||||
rm -rf dist/*
|
||||
python -m build
|
||||
|
||||
upload:
|
||||
python -m twine upload dist/*
|
||||
|
||||
lint:
|
||||
pyright .
|
||||
|
||||
coverage:
|
||||
pyright --ignoreexternal --verifytypes next
|
||||
|
||||
docs:
|
||||
cd docs && make html
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue