A library of python functions to make building autograders simpler.
Install using pip
pip install git+https://github.com/hXtreme/autograder-utils.git
Install for development
git clone https://github.com/hXtreme/autograder-utils.git
cd autograder-utils
pip install -e .
Import agu
into your grading script and you're good to go.
import agu