calabar.arch

Extractor

class calabar.arch.Extractor(arch_obj)[source]

Main class for extracting files from archives

extract_all(path_to_file: str, dest_path: str) None[source]

Extract all files from archive file.

Parameters:

path_to_file (str): Path to archive.

dest_path (str): Destination path for files to be extracted.