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.9.1.tar.gz
(12.0 kB
view details)
File details
Details for the file idxtools-0.9.1.tar.gz
.
File metadata
- Download URL: idxtools-0.9.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c808bc9d84ee9563b3e56b3516472b722f056596eabcddfc6e2804c17e1fa39 |
|
MD5 | 41d2e47f88b81338eef3e98e1ad37294 |
|
BLAKE2b-256 | 2204705faf8ae29862fe4592961bd00ed2c28127b662748538b313484f7ff17e |