module documentation
zipfile wrapper for Stick Firmware
Function | get |
Gets file list of zip archive |
Function | unpack |
Unpacks zip archive |
Gets file list of zip archive Args: zip_path (str): Full path to zip archive (ex. /usr/zip.zip) Returns: list[str]: List of files in zip archive Example: >>> get_file_list("/usr/zip.zip") ["super_secret_file.txt", "cat.png"]