Joint Teapot
A handy tool for TAs in JI to handle works through Gitea, Canvas, and JOJ. Joint is related to JI and also this tool which join websites together. Teapot means to hold Gitea, inspired by @nichujie.
Getting Started
Setup venv (Optional)
python3 -m venv env # you only need to do that once
source env/Scripts/activate # each time when you need this venv
Install
pip3 install -e .
cp .env.example .env && vi .env # configure environment
joint-teapot --help
For developers
pip3 install -r requirements-dev.txt
pre-commit install
pytest -svv