LAMMPS can use zstd to compress dump files, so lammpsio should also be able to read those files (like it does for gzip). @PhilLecl has opened PR #44 to read these files with pyzstd as an optional dependency, and the API is a clean drop in!
We should decide / do the following:
Should we just make pyzstd as a required dependency? It is available on PyPI and conda-forge.
LAMMPS can use zstd to compress dump files, so lammpsio should also be able to read those files (like it does for gzip). @PhilLecl has opened PR #44 to read these files with pyzstd as an optional dependency, and the API is a clean drop in!
We should decide / do the following: