parq_tools.utils.archive_utils.extract_archive_with_7zip
- parq_tools.utils.archive_utils.extract_archive_with_7zip(archive_path, output_dir, show_progress=False)[source]
Extracts an archive using 7-Zip with an optional progress bar.
- 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