Joint-Teapot/README.md

1.4 KiB

Joint Teapot

Codacy Badge

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.

This tool is still under heavy development. The docs may not be updated on time, and all the features are provided with the probability to change.

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.exmaple .env && vi .env # configure environment
joint-teapot --help

For developers

pip3 install -r requirements-dev.txt
pre-commit install
pytest -svv

Features

  • retrieve the hw/project releases for all students
  • open "bulk issues" to report something wrong
  • collect all the public keys
  • import groups (create teams)
  • create repos
  • archive all repos of a course
  • check whether an issue exists with appointed title

License

MIT