622 B
622 B
Joint Teapot
A handy tool for TAs in JI to handle stuffs 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
source env/Scripts/activate
Install
pip3 install -e .
vi .env # configure environment
For developers
pip3 install -r requirements-dev.txt
pre-commit install
pytest -svv