{ "info": { "author": "Emilio Palumbo", "author_email": null, "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "Idxtools\n========\n.. image:: https://badge.fury.io/py/idxtools.png\n :target: http://badge.fury.io/py/idxtools\n \n.. image:: https://api.travis-ci.org/emi80/idxtools.svg?branch=develop\n :target: https://travis-ci.org/emi80/idxtools\n \n.. image:: https://coveralls.io/repos/emi80/idxtools/badge.png?branch=develop\n :target: https://coveralls.io/r/emi80/idxtools?branch=develop\n\n\n\nIdxtools provides some command line tools and an API to perform operations on index files.\n\nIndex files format\n------------------\n\nIndex files are a sort of plain text database files to store metadata information for other files and their content. The format is as follows::\n\n TAB\n\nwith ``attribute_list`` as a semicolon separated list of ``key`` = ``value`` strings. Here you can find a sample line::\n\n /path/to/file\tsize=100; id=1; class=MyClass; type=MyType\n\nInstallation\n============\n\nThe package can be installed either using pip::\n\n pip install idxtools\n\nor from source::\n\n git clone https://github.com/emi80/idxtools.git\n cd idxtools\n python setup.py install", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/emi80/idxtools", "keywords": null, "license": "GNU General Public License (GPL)", "maintainer": null, "maintainer_email": null, "name": "idxtools", "package_url": "https://pypi.org/project/idxtools/", "platform": "lx64", "project_url": "https://pypi.org/project/idxtools/", "project_urls": { "Homepage": "https://github.com/emi80/idxtools" }, "release_url": "https://pypi.org/project/idxtools/0.12.1/", "requires_dist": null, "requires_python": null, "summary": "Indexfile API and tools", "version": "0.12.1" }, "last_serial": 1469851, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "961cd1088518fe17867a8c6718260cb7", "sha256": "4b7e5810ee4ad84a2b4a406b7308d224b76a078b8a3cfac3c779ddc5bc5bf27e" }, "downloads": -1, "filename": "idxtools-0.10.0.tar.gz", "has_sig": false, "md5_digest": "961cd1088518fe17867a8c6718260cb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12459, "upload_time": "2014-07-09T15:14:34", "url": "https://files.pythonhosted.org/packages/27/68/c86cad460929004452f93ad84604f67b47e9ef137f207ec08adb572d82e1/idxtools-0.10.0.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "65c170deb2233971a9b23d879c0f0ff4", "sha256": "fd195e5c0b2659484efb63cac7a0791dedb8435bc698ed5f85b6671ebac632b7" }, "downloads": -1, "filename": "idxtools-0.11.0.tar.gz", "has_sig": false, "md5_digest": "65c170deb2233971a9b23d879c0f0ff4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12754, "upload_time": "2014-07-29T13:02:21", "url": "https://files.pythonhosted.org/packages/4e/42/f1a633dc1732948773a25fa7d2fd004944e7368dcc5a235fd77450747345/idxtools-0.11.0.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "a4bfdf878f6b109c481dde03f3b299eb", "sha256": "a3e9ce4474a2a78625eb128a4ca9ad4446537686e5c6ddda76a3dd680d8884cf" }, "downloads": -1, "filename": "idxtools-0.12.0.tar.gz", "has_sig": false, "md5_digest": "a4bfdf878f6b109c481dde03f3b299eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17031, "upload_time": "2015-03-19T09:30:12", "url": "https://files.pythonhosted.org/packages/a6/55/9dbcc2957b90a0167e0fee629afc9b6357fc7633268ba1ea9a7178df5dff/idxtools-0.12.0.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "4de3a74908b97b90086c669958d0cd24", "sha256": "2fcdfd56a923f7a3b90423cedf3b3052e84c45e6e0591ebbbc41e83e0306166d" }, "downloads": -1, "filename": "idxtools-0.12.1.tar.gz", "has_sig": false, "md5_digest": "4de3a74908b97b90086c669958d0cd24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17044, "upload_time": "2015-03-20T14:28:38", "url": "https://files.pythonhosted.org/packages/50/8c/01e55a42b2933d0088cb6755377372316f5ac6fa5dc4da582ed05f9257ca/idxtools-0.12.1.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "44217b3392d7a217b2b87d46070a10e5", "sha256": "c248a7a9c8697b6a7f026c16fbd380ee966c22d9dc1b1d978926de55dff2ab07" }, "downloads": -1, "filename": "idxtools-0.9.tar.gz", "has_sig": false, "md5_digest": "44217b3392d7a217b2b87d46070a10e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11771, "upload_time": "2014-01-22T14:34:07", "url": "https://files.pythonhosted.org/packages/1a/cd/4c202122a8685991e4780931c429394280c9b069c0b03df7b9a8ce454c4d/idxtools-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "41d2e47f88b81338eef3e98e1ad37294", "sha256": "3c808bc9d84ee9563b3e56b3516472b722f056596eabcddfc6e2804c17e1fa39" }, "downloads": -1, "filename": "idxtools-0.9.1.tar.gz", "has_sig": false, "md5_digest": "41d2e47f88b81338eef3e98e1ad37294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11998, "upload_time": "2014-01-23T15:04:42", "url": "https://files.pythonhosted.org/packages/22/04/705faf8ae29862fe4592961bd00ed2c28127b662748538b313484f7ff17e/idxtools-0.9.1.tar.gz" } ], "0.9b1": [ { "comment_text": "", "digests": { "md5": "a234076bcb8d80708ef54532cb631190", "sha256": "d6a38f2cb8f766a92a1e36869ac86efe88037fba6a989dce0c6c1b224df6446a" }, "downloads": -1, "filename": "idxtools-0.9b1.tar.gz", "has_sig": false, "md5_digest": "a234076bcb8d80708ef54532cb631190", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10459, "upload_time": "2014-01-21T14:12:37", "url": "https://files.pythonhosted.org/packages/47/02/7b7847d17ad36ea61455fe98ac4f48a1407e8156c1a38497bbf27670b2bf/idxtools-0.9b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4de3a74908b97b90086c669958d0cd24", "sha256": "2fcdfd56a923f7a3b90423cedf3b3052e84c45e6e0591ebbbc41e83e0306166d" }, "downloads": -1, "filename": "idxtools-0.12.1.tar.gz", "has_sig": false, "md5_digest": "4de3a74908b97b90086c669958d0cd24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17044, "upload_time": "2015-03-20T14:28:38", "url": "https://files.pythonhosted.org/packages/50/8c/01e55a42b2933d0088cb6755377372316f5ac6fa5dc4da582ed05f9257ca/idxtools-0.12.1.tar.gz" } ] }