Описание тега tarfile
NoneEither a tar archive file or a Python module used to handle tar archive files
The term "tar file" can refer to either an archive file created with the UNIX tar
command (also called a tarball) or the Python tarfile module that is used to read, write, and manage these files.