lzma
lzma — Compression using the LZMA algorithm
New in version 3.3.
Source code: Lib/lzma.py
This module provides classes and convenience functions for compressing and decompressing data using the LZMA compression algorithm. Also included is a file interface supporting the .xz
and legacy .lzma
file formats used by the xz utility, as well as raw compressed streams.
The interface provided by this module is very similar to that of the bz2
module. However, no