traveler.tools.tar_zst.extract_zst#

traveler.tools.tar_zst.extract_zst(archive, out_path)[source]#

Extract content of zst file to a target file system directory.

works on Windows, Linux, MacOS, etc.

Parameters:
  • archive (pathlib.Path or str) – .zst file to extract

  • out_path (pathlib.Path or str) – directory to extract files and directories to