decompress(data, max_length=-1) Decompress data (a bytes-like object), returning
gzip.decompress(data) Decompress the data, returning a
exception tarfile.HeaderError Is raised by TarInfo.frombuf() if the buffer it gets is invalid.
ZipFile.extractall(path=None, members=None, pwd=None) Extract all members from the archive to the current working directory
tarfile.is_tarfile(name) Return
TarInfo.mode Permission bits.
ZipFile.write(filename, arcname=None, compress_type=None) Write the file named filename to the archive, giving it the
TarFile.extract(member, path="", set_attrs=True, *, numeric_owner=False) Extract a member from the archive to the current working
zlib.decompress(data[, wbits[, bufsize]]) Decompresses the bytes in data, returning a bytes object containing the uncompressed
ZipFile.open(name, mode='r', pwd=None) Extract a member from the archive as a file-like object (ZipExtFile). name is
Page 13 of 14