parq_tools.utils.archive_utils.extract_archive
- parq_tools.utils.archive_utils.extract_archive(archive_path, output_dir, show_progress=False)[source]
Extracts an archive using zipfile or falls back to 7-Zip if necessary.
- Parameters:
archive_path (Path) – Path to the archive file.
output_dir (Path) – Directory to extract the contents to.
show_progress (bool) – Whether to display a progress bar. Defaults to False.
- Return type:
None