Skip to content
/ grade Public
forked from thoward27/grade

A utility for programming assignment grading.

License

Notifications You must be signed in to change notification settings

Jmdwow/grade

 
 

Repository files navigation

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.

About

A utility for programming assignment grading.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Dockerfile 0.8%