Skip to main content

Console app and Python API for extracting assignments from exam archives of our ACS students

Project description

About

Console app and Python API for extracting assignments from exam archives of our ACS students.

Installation

To install acs_extract_student_assignments run:

$ pip install acs_extract_student_assignments

Console app usage

Quick start:

$ acs_extract_student_assignments

Show help:

$ acs_extract_student_assignments --help

Python API usage

Quick start:

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

>>> from acs_extract_student_assignments import find_student_assignments, store_student_assignments
>>> student_assignments = find_student_assignments('archives')
>>> store_student_assignments(student_assignments, 'extracted')

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_extract_student_assignments-1.0.1.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file acs_extract_student_assignments-1.0.1.tar.gz.

File metadata

File hashes

Hashes for acs_extract_student_assignments-1.0.1.tar.gz
Algorithm Hash digest
SHA256 22f1769576e69498ec0e35b2d2cc701825599de0583c4620ce8a73459e3cccc2
MD5 9034e6767840895d3da6f5ec965e88ab
BLAKE2b-256 69be24224146a23b13eed324c0705cbaee1902acffd2e8fa1c46ab7b51ce9aed

See more details on using hashes here.

File details

Details for the file acs_extract_student_assignments-1.0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for acs_extract_student_assignments-1.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 7f943157e4590bd822cc63a226b213b24f3024b8723fe128bcb4124930e99039
MD5 403a232e10847b7a0f65184e01177a83
BLAKE2b-256 97a29dbb84663e612c011a812f16b73f0a494bfa78395c72d5ca5195a556ab3c

See more details on using hashes here.

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