A handy tool for TAs in JI to handle works through Gitea, Canvas, and JOJ.
https://boyanzh.github.io/Joint-Teapot/
joint_teapot | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
mypy.ini | ||
pytest.ini | ||
README.md | ||
requirements-dev.txt | ||
requirements.txt |
Joint Teapot
Installation
Setup venv (Optional)
python3 -m venv env
source env/Scripts/activate
pip3 install -e .
vi .env # configure environment
For developers
pip3 install -r requirements-dev.txt
pre-commit install
pytest -svv