Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 414 Bytes

autograder-utils

A library of python functions to make building autograders simpler.

Installation

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