{ "info": { "author": "KodexLab", "author_email": "contact@kodexlab.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "Reliure: minimal framework for data processing\n===============================================\n\n``reliure`` is a minimal and basic framework to manage pipeline of data\nprocessing components in Python.\n\nDocumentation\n=============\n\nIn case your are not reading it yet, full documentation is available on\n*ReadTheDoc*: http://reliure.readthedocs.org\n\nInstall\n=======\n\nShould be simple as a pip command::\n\n $ pip install reliure\n\nLicense\n=======\n\n``reliure`` source code is available under the `LGPL Version 3 `_ license, unless otherwise indicated.\n\n\nRequirements\n============\n\n``reliure`` works with both Python 2 and Python 3. it depends on:\n\n* `flask `_ for web API mechanism,\n* `requests `_ for API clients,\n* `graphviz `_ for engine schema generation,\n\nAll this deps may be installed with::\n\n $ pip install -r requirements.txt\n\nTo develop reliure you will also need:\n\n* `py.test `_ for testing\n* `sphinx `_ for documenation\n\nDev dependances may be installed with::\n\n $ pip install -r requirements.dev.txt\n\n\nContribute\n==========\n\nThe following should create a pretty good development environment::\n\n $ git clone https://github.com/kodexlab/reliure.git\n $ cd reliure\n $ virtualenv ENV\n $ source ENV/bin/activate\n $ pip install -r requirements.txt\n $ pip install -r requirements.dev.txt\n\nTo run tests::\n\n $ make testall\n\nTo build the doc::\n\n $ make doc\n\nthen open: ``docs/_build/html/index.html``\n\n\n.. Warning:: You need to have `reliure` accesible in the python path to run\n tests (and to build doc). For that you can install `reliure` as a link in local virtualenv::\n\n $ pip install -e .\n\n (Note: this is indicadet in `pytest good practice `_ )\n\n\nIf you dev, in the same time, an other package than need your last reliure version, you can use::\n\n $ pip install -e the_good_path/reliure # link reliure in local python packages", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kodexlab/reliure", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "reliure", "package_url": "https://pypi.org/project/reliure/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/reliure/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kodexlab/reliure" }, "release_url": "https://pypi.org/project/reliure/16.12.r0/", "requires_dist": null, "requires_python": null, "summary": "Minimal framework to manage data processing pipelines", "version": "16.12.r0" }, "last_serial": 4832534, "releases": { "15.10.r0": [ { "comment_text": "", "digests": { "md5": "628420fbd872ba780ee0e5b4ce71e663", "sha256": "42d57646ed08027a0a93912b326a9032814453dd7fdc251f7b4799a80ccd9bbd" }, "downloads": -1, "filename": "reliure-15.10.r0.tar.gz", "has_sig": false, "md5_digest": "628420fbd872ba780ee0e5b4ce71e663", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31769, "upload_time": "2015-10-31T11:53:41", "url": "https://files.pythonhosted.org/packages/7b/47/c332244bb77bfc2eed5354b24821cc99bc689799917b35165e584f2faf30/reliure-15.10.r0.tar.gz" } ], "16.12.r0": [ { "comment_text": "", "digests": { "md5": "056b3ecf32db1f0e4b6717b9cca2b9f2", "sha256": "eab9d5ebc693c22491343465fe203180f801ef53ce642aa9c089a32c22ee5b91" }, "downloads": -1, "filename": "reliure-16.12.r0.tar.gz", "has_sig": false, "md5_digest": "056b3ecf32db1f0e4b6717b9cca2b9f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38939, "upload_time": "2017-01-25T09:31:31", "url": "https://files.pythonhosted.org/packages/48/05/cd6139c63e62659a56156beaecf75dbc847e12a19bf7e3264e68e6c1771e/reliure-16.12.r0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "056b3ecf32db1f0e4b6717b9cca2b9f2", "sha256": "eab9d5ebc693c22491343465fe203180f801ef53ce642aa9c089a32c22ee5b91" }, "downloads": -1, "filename": "reliure-16.12.r0.tar.gz", "has_sig": false, "md5_digest": "056b3ecf32db1f0e4b6717b9cca2b9f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38939, "upload_time": "2017-01-25T09:31:31", "url": "https://files.pythonhosted.org/packages/48/05/cd6139c63e62659a56156beaecf75dbc847e12a19bf7e3264e68e6c1771e/reliure-16.12.r0.tar.gz" } ] }