A handy tool for TAs in JI to handle works through Gitea, Canvas, and JOJ. https://boyanzh.github.io/Joint-Teapot/
Go to file
2021-06-10 21:42:24 +08:00
joint_teapot feat: git 2021-06-10 21:42:24 +08:00
.gitignore feat: init 2021-06-09 20:55:50 +08:00
.pre-commit-config.yaml feat: init 2021-06-09 20:55:50 +08:00
LICENSE feat: init 2021-06-09 20:55:50 +08:00
mypy.ini feat: init 2021-06-09 20:55:50 +08:00
pytest.ini feat: init 2021-06-09 20:55:50 +08:00
README.md feat: init 2021-06-09 20:55:50 +08:00
requirements-dev.txt feat: init 2021-06-09 20:55:50 +08:00
requirements.txt feat: init 2021-06-09 20:55:50 +08:00

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