/tarindexer

python module for indexing tar files for fast access

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tarindexer

python module for indexing tar files for fast access

Usage:

create index file:

tarindexer -i tarfile.tar indexfile.index

lookup file using indexfile (prints file to stdout):

tarindexer -l tarfile.tar indexfile.index lookuppath