Changelog
Unreleased
Moved
py.typedfile tosrc/codepost_powertoolsso that it will be included in the distributionChanged
get_path()to not expect the starting directory to existIf the directory does exist, it is still required to be a directory.
Removed unnecessary checks in
get_assignment()codePost does not allow multiple assignments to have the same name, so there was no need to check for it.
Better CLI help output with
cloupAdded
rubricgroupAdded
export_rubric()function /exportcommand
v0.1.0 (2023-01-18)
Initial release
Added
gradinggroupAdded
create_ids_mapping()function /idscommand
Added CLI support
Added docs