Metadata-Version: 2.1
Name: grader-helper
Version: 0.1.6
Summary: Functions to help manage assignments from UL which are hosted on Brightspace
License: MIT
Author: Kevin O Malley
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

Notes: 

Need to put in some functaionlity to highlight where a student submission folder has not been renamed
Also need to find a means of highlighting a student who has not submitted at the time of processing
Also need to allow for working with excel files as well as csv files
Need to add openpyxl to the dependencies in the poetry .toml file
Also need to add sphinx and generate the documentation

Have not yet integrated the 'after grading' functionality

 - Collating grades
 - Inspection of grades (Highs, Lows (and Fails), and random seleection for ML, internal and external moderation)
 - preparing student folders for return to brightspace
 - making examboard documents 
 - preparing for upload to SI portal
