Metadata-Version: 1.1
Name: idxtools
Version: 0.9.1
Summary: Indexfile API and tools
Home-page: https://github.com/emi80/idxtools
Author: Emilio Palumbo
Author-email: UNKNOWN
License: GNU General Public License (GPL)
Description: Idxtools
        ========
        .. image:: https://badge.fury.io/py/idxtools.png
            :target: http://badge.fury.io/py/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
        
Platform: lx64
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
