Skip to main content

Indexfile API and tools

Project description

Idxtools

https://badge.fury.io/py/idxtools.png https://api.travis-ci.org/emi80/idxtools.svg?branch=develop https://coveralls.io/repos/emi80/idxtools/badge.png?branch=develop

Idxtools provides some command line tools and an API to perform operations on index files.

Index files format

Index files are a sort of plain text database files to store metadata information for other files and their content. The format is as follows:

<filepath>TAB<attributes_list>

with attribute_list as a semicolon separated list of key = value strings. Here you can find a sample line:

/path/to/file       size=100; id=1; class=MyClass; type=MyType

Installation

The package can be installed either using pip:

pip install idxtools

or from source:

git clone https://github.com/emi80/idxtools.git
cd idxtools
python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

idxtools-0.11.0.tar.gz (12.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page