acs_examine_student_assignment

Console app and Python API for automated assignment examination of our ACS students


License
BSD-3-Clause
Install
pip install acs_examine_student_assignment==1.0.0

Documentation

About

Console app and Python API for automated assignment examination of our ACS students.

Installation

To install acs_examine_student_assignment run:

$ pip install acs_examine_student_assignment

Console app usage

Quick start:

$ acs_examine_student_assignment <computer>

Show help:

$ acs_examine_student_assignment --help

Python API usage

Quick start:

>>> import logging
>>> logging.basicConfig(level=logging.DEBUG, format="[%(levelname)s] %(message)s")

>>> from acs_examine_student_assignment import examine_student_assignment
>>> examine_student_assignment('extracted', 's200')

Contribute

If you find any bugs, or wish to propose new features please let us know.

If you'd like to contribute, simply fork the repository, commit your changes and send a pull request. Make sure you add yourself to AUTHORS.