• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Python extract .zst ZSTD

26 April, 2021

Python can extract .zst Zstd files using the zstandard package. Zstd is widely supported and available across operating systems. Make a Python function extract_zstd to extract all files and directories inside the .zst file.


Related: Matlab extract .zst file

  • python
  • file-archiving