Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.35 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.35 KB

Grade

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

Documentation Status Release AGPL License Code Quality codecov BCH compliance DeepSource


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.