observingClouds / tarindexer

python module for indexing tar files for fast access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

python module for indexing tar files for fast access

License:GNU General Public License v3.0


Languages

Language:Python 100.0%