Utility classes and functions¶
- class mtrchk.org.momotor.check.zip.matcher.ZipFileInfo(dirname, file, name, info)¶
Information about a file in a zip file
- class mtrchk.org.momotor.check.zip.matcher.ZipMatcher(checklet)¶
Implementation of
BaseMatcherfor an input list containingZipFileInfoobjects.
- mtrchk.org.momotor.check.zip.matcher.get_zip_files_list(zip_files)¶
Get a list of files from zip files
- Parameters:
zip_files (
Iterable[File]) – List of zip files- Return type:
FilterableTuple[ZipFileInfo]- Returns:
List of files from zip files