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.12.1.tar.gz
(17.0 kB
view details)
File details
Details for the file idxtools-0.12.1.tar.gz
.
File metadata
- Download URL: idxtools-0.12.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fcdfd56a923f7a3b90423cedf3b3052e84c45e6e0591ebbbc41e83e0306166d |
|
MD5 | 4de3a74908b97b90086c669958d0cd24 |
|
BLAKE2b-256 | 508c01e55a42b2933d0088cb6755377372316f5ac6fa5dc4da582ed05f9257ca |