ZipFile.extractall(path=None, members=None, pwd=None) Extract all members from the archive to the current working directory
ZipFile.open(name, mode='r', pwd=None) Extract a member from the archive as a file-like object (ZipExtFile). name is
class tarfile.TarFile Class for reading and writing tar archives. Do not use this class directly: use tarfile.open()
TarInfo.isfile() Return
decompress(data, max_length=-1) Decompress data (a bytes-like object), returning
class gzip.GzipFile(filename=None, mode=None, compresslevel=9, fileobj=None, mtime=None) Constructor for the GzipFile
TarInfo.gid Group ID of the user who originally stored this member.
tarfile.open(name=None, mode='r', fileobj=None, bufsize=10240, **kwargs) Return a TarFile object for the pathname
zlib.decompressobj(wbits=15[, zdict]) Returns a decompression object, to be used for decompressing data streams that won’t fit
TarInfo.gname Group name.
Page 13 of 14