Auto-grade simple programming exercises.
egrader --help
egrader fetch --help
egrader assess --help
egrader report --help
Install from PyPI:
pip install egrader
Or each step at a time:
pip install git+https://github.com/VideojogosLusofona/egrader.git#egg=egrader.
git clone https://github.com/VideojogosLusofona/egrader.git
cd egrader
python -m venv env
source env/bin/activate
pip install -e .[dev]