a package focused on autograding


License
AGPL-3.0
Install
pip install grade==1.1.2

Documentation

Grade

A python package focused on making autograding easy, especially for executable programs and scripts.

Documentation Status Release AGPL License Code Quality codecov


Setup

Pip

python -m pip install grade

Docker

FROM thoward27/grade:latest

Sources

git clone https://github.com/thoward27/grade.git
cd grade
python -m pip install .

Documentation

Available on ReadTheDocs

Example

See example.py for an example on how to work with Grade.