Skip to main content

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

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acs_examine_student_assignment-1.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page