writepy(pathname, basename='', filterfunc=None) Search for files *.py and add the corresponding file to the archive
ZipFile.read(name, pwd=None) Return the bytes of the file name in the archive. name is the name of the file
classmethod TarInfo.fromtarfile(tarfile) Read the next member from the TarFile object tarfile and return
Decompress.unused_data A bytes object which contains any bytes past the end of the compressed data. That is, this remains b""
TarFile.add(name, arcname=None, recursive=True, exclude=None, *, filter=None) Add the file name to the archive. name
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
ZipInfo.comment Comment for the individual archive member.
ZipInfo.create_system System which created ZIP archive.
TarInfo.size Size in bytes.
Page 11 of 14