Python extract .zst ZSTD

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