Expand description
Contains functions for compressing and uncompressing projects.
Enums§
- ZipError
- Error type for Zip
Functions§
- compress_
student_ files - Compresses the given directory, only including student files according to the given policy.
- unzip
- Finds a project directory in the given zip and unzips it according to the given student policy. Also cleans unnecessary non-student files.