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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for acs_extract_student_assignments-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4738fc5d3bacd6c92be7500cab016eaab125634a5690d84d34db4d5039d4f783 |
|
MD5 | 1fac17d579e4cabbf9858bafe8ed8823 |
|
BLAKE2b-256 | 1120c08a6fb0905c3affae06d685e1aaea008f95dda3453451c06bf0b12a4188 |
Close
Hashes for acs_extract_student_assignments-1.0.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25cdcb30c6f8ad1cad2e846d20dfbb4940e0dabc4a8e1388206f71f931b402c7 |
|
MD5 | f7fe163fe5516860c3b8750efd12b21b |
|
BLAKE2b-256 | fd8901e5949bb72de7c758061dcd0371d8acb23b64436cd95cbcd6630de709d6 |