teachpyx.tools.data_helper¶
- teachpyx.tools.data_helper.decompress_zip(filename, dest: str, verbose: bool = False) List[str] [source][source]¶
Unzips a zip file.
- Paramètres:
filename – file to process
dest – destination
verbose – verbosity
- Renvoie:
return the list of decompressed files