mcflyhalf / zucchini

:eggplant:! autograding for the cool kids in CS 2110 and beyond

Home Page:https://zucchini.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zucchini

image

image

Documentation Status

Updates

Zucchini is an automatic grader tool for use in grading programming assignments.

Getting Started with Development

After cloning this repo and installing virtualenv, run

$ virtualenv -p python3 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ pip install -r requirements_dev.txt
$ zucc --help

Features

  • TODO

Credits

  • TODO

About

:eggplant:! autograding for the cool kids in CS 2110 and beyond

https://zucchini.readthedocs.io/

License:Other


Languages

Language:Python 98.7%Language:Makefile 1.3%