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.
Release files for acs_extract_student_assignments 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acs_extract_student_assignments-1.0.1.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| acs_extract_student_assignments-1.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 10.0 kB
Release files / acs_extract_student_assignments-1.0.1.tar.gz
| Download URL | acs_extract_student_assignments-1.0.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
22f1769576e69498ec0e35b2d2cc701825599de0583c4620ce8a73459e3cccc2
|
|
BLAKE2b-256 checksum How to use checksums |
69be24224146a23b13eed324c0705cbaee1902acffd2e8fa1c46ab7b51ce9aed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|
Release files / acs_extract_student_assignments-1.0.1-py2-none-any.whl
| Download URL | acs_extract_student_assignments-1.0.1-py2-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
7f943157e4590bd822cc63a226b213b24f3024b8723fe128bcb4124930e99039
|
|
BLAKE2b-256 checksum How to use checksums |
97a29dbb84663e612c011a812f16b73f0a494bfa78395c72d5ca5195a556ab3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|