pytar Package

pytar Package

main Module

pytar.main.main(sys_argv=[])[source]
pytar.main.parse_pytar_args(args)[source]

Parse the command-line arguments to pytar.

pytar Module

pytar.pytar.list_contents(tar_file)[source]

Listing contents from a tar file. This implementation is based on Python core code, (tarfile.list).

pytar.pytar.pytar_extract(tar_file_name, extract_path=None, verbose=False)[source]