TarInfo.uname User name.
ZipInfo.file_size Size of the uncompressed file.
TarInfo.type File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE
needs_input False if the decompress() method can provide more decompressed data before requiring new
ZipInfo.flag_bits ZIP flag bits.
bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given
ZipFile.close() Close the archive file. You must call close() before exiting your program or essential records
exception lzma.LZMAError This exception is raised when an error occurs during compression or decompression, or while initializing
TarFile.extractall(path=".", members=None, *, numeric_owner=False) Extract all members from the archive to the current working
exception tarfile.CompressionError Is raised when a compression method is not supported or when the data cannot be decoded properly
Page 1 of 14