Created by: groutr
Python 3 standard library has support LZMA decompression used in XZ format. Since LZMA library is not available for Python 2, an error is raised when trying to read .xz on Python 2.
Happy for any feedback.
Created by: groutr
Python 3 standard library has support LZMA decompression used in XZ format. Since LZMA library is not available for Python 2, an error is raised when trying to read .xz on Python 2.
Happy for any feedback.