Skip to content

A library of python functions to make building autograder simpler.

License

Notifications You must be signed in to change notification settings

hXtreme/autograder-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library of python functions to make building autograder simpler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages