Indexfile API and tools
Project description
Idxtools
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
Release history Release notifications | RSS feed
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.10.0.tar.gz
(12.5 kB
view details)
File details
Details for the file idxtools-0.10.0.tar.gz
.
File metadata
- Download URL: idxtools-0.10.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b7e5810ee4ad84a2b4a406b7308d224b76a078b8a3cfac3c779ddc5bc5bf27e |
|
MD5 | 961cd1088518fe17867a8c6718260cb7 |
|
BLAKE2b-256 | 2768c86cad460929004452f93ad84604f67b47e9ef137f207ec08adb572d82e1 |