Skip to content

VideojogosLusofona/egrader

Repository files navigation

Tests codecov PyPI MIT

EGrader

Auto-grade simple programming exercises.

How to use

egrader --help
egrader fetch --help
egrader assess --help
egrader report --help

How to install

From source/GitHub

Install from PyPI:

pip install egrader

Or each step at a time:

pip install git+https://github.com/VideojogosLusofona/egrader.git#egg=egrader.

Installing for development and/or improving the package

git clone https://github.com/VideojogosLusofona/egrader.git
cd egrader
python -m venv env
source env/bin/activate
pip install -e .[dev]

License

GPL v3