class lzma.LZMAFile(filename=None, mode="r", *, format=None, check=-1, preset=None, filters=None) Open an LZMA-compressed file
ZipFile.getinfo(name) Return a ZipInfo object with information about the archive member name. Calling
ZipFile.infolist() Return a list containing a ZipInfo object for each member of the archive. The objects are in
TarInfo.isreg() Same as isfile().
exception zipfile.BadZipfile Alias of BadZipFile, for compatibility with older Python versions.
compress(data) Compress data (a
class lzma.LZMACompressor(format=FORMAT_XZ, check=-1, preset=None, filters=None) Create a compressor object, which can be used
zlib.adler32(data[, value]) Computes an Adler-32 checksum of data. (An Adler-32 checksum is almost as reliable as a
exception tarfile.ExtractError Is raised for non-fatal errors when using TarFile.extract(), but only if
ZipInfo.filename Name of the file in the archive.
Page 10 of 14