TarInfo.isreg() Same as isfile().
TarInfo.name Name of the archive member.
TarFile.add(name, arcname=None, recursive=True, exclude=None, *, filter=None) Add the file name to the archive. name
compress(data) Compress data (a
Decompress.unused_data A bytes object which contains any bytes past the end of the compressed data. That is, this remains b""
TarFile.getmember(name) Return a TarInfo object for member name. If name can not be found in
ZipInfo.filename Name of the file in the archive.
ZipInfo.create_system System which created ZIP archive.
TarFile.list(verbose=True, *, members=None) Print a table of contents to sys.stdout. If verbose is
exception zipfile.BadZipfile Alias of BadZipFile, for compatibility with older Python versions.
Page 9 of 14