TarInfo.pax_headers A dictionary containing key-value pairs of an associated pax extended header.
TarInfo.gid Group ID of the user who originally stored this member.
class zipfile.PyZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, optimize=-1)
TarInfo.tobuf(format=DEFAULT_FORMAT, encoding=ENCODING, errors='surrogateescape') Create a string buffer from a TarInfo
ZipInfo.create_version PKZIP version which created ZIP archive.
TarInfo.uid User ID of the user who originally stored this member.
TarInfo.mtime Time of last modification.
ZipFile.setpassword(pwd) Set pwd as default password to extract encrypted files.
class gzip.GzipFile(filename=None, mode=None, compresslevel=9, fileobj=None, mtime=None) Constructor for the GzipFile
tarfile.open(name=None, mode='r', fileobj=None, bufsize=10240, **kwargs) Return a TarFile object for the pathname
Page 12 of 14