Console app and Python API for analyzing and reporting the lab attendance of our ACS students
Project description
About
Console app and Python API for analyzing and reporting the lab attendance of our ACS students.
Installation
To install acs_student_attendance run:
$ pip install acs_student_attendance
Console app usage
Quick start:
$ acs_student_attendance stud_auth.log semester-config.yml
Show help:
$ acs_student_attendance --help
Python API usage
Quick start:
>>> from acs_student_attendance.analysis import StudentAttendanceAnalysisWithExport >>> log_lines = open('stud_auth.log') >>> analyzer = StudentAttendanceAnalysisWithExport('semester-config.yml') >>> results = analyzer(log_lines)
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
Built Distribution
Close
Hashes for acs_student_attendance-1.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28f7bd32085c1235f9481445aa53300933d6b6428cad9deeb662dfc92351337b |
|
MD5 | 8641e4c554830ececc0a0b10e7a46f61 |
|
BLAKE2b-256 | f3123b634a51a97bf876085526ef56c5dff3b645168d89814933d5b9fd3bcbb9 |
Close
Hashes for acs_student_attendance-1.0.4-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a81d706a4e4e804cbeea9d1a5733f057f1abf7a9a613701cd0b69210720007e |
|
MD5 | 09ead70d5d6a4ab0743226a9368b562d |
|
BLAKE2b-256 | a980ba2668898f7a0435f48b410b84e7916dca09eea61792261ebeba31dee988 |