TarFile.next() Return the next member of the archive as a TarInfo object, when TarFile is opened for
exception tarfile.ExtractError Is raised for non-fatal errors when using TarFile.extract(), but only if
TarInfo.name Name of the archive member.
ZipInfo.filename Name of the file in the archive.
ZipInfo.comment Comment for the individual archive member.
compress(data) Compress data (a
class tarfile.TarInfo(name="") Create a TarInfo object.
TarFile.getmember(name) Return a TarInfo object for member name. If name can not be found in
TarInfo.islnk() Return
writepy(pathname, basename='', filterfunc=None) Search for files *.py and add the corresponding file to the archive
Page 10 of 14