1

I've got a few tar.zst files which are 120 GB or so consisting of of mostly text files. Is there a way to open a tar.zst in streaming way/mode so that it doesn't (completely) decompress the archive? I tried tarfile, unfortunately it doesn't support zstd.

Ron
  • 73
  • 1
  • 4
  • You may take a look at https://python-zstandard.readthedocs.io/en/latest/decompressor.html and combine it with tarfile. – zigarn Jul 15 '22 at 20:36

0 Answers0