bz2.open(filename, mode='r', compresslevel=9, encoding=None, errors=None, newline=None) Open a bzip2-compressed file in binary
decompress(data, max_length=-1) Decompress data (a bytes-like object), returning
class zipfile.ZipInfo(filename='NoName', date_time=(1980, 1, 1, 0, 0, 0)) Class used to represent information about a member
class zipfile.ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True) Open a ZIP file, where file can be either
zlib.compress(data[, level]) Compresses the bytes in data, returning a bytes object containing compressed data. level
TarFile.getmembers() Return the members of the archive as a list of TarInfo objects. The list has the same order
mtime When decompressing, the value of the last modification time field in the most recently read header may be read from this
flush() Finish the compression process, returning a
ZipInfo.date_time The time and date of the last modification to the archive member. This is a tuple of six values:
lzma.open(filename, mode="rb", *, format=None, check=-1, preset=None, filters=None, encoding=None, errors=None, newline=None) Open
Page 5 of 14