{ "info": { "author": "Jeremies P\u00e9rez Morata", "author_email": "jeremiespm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# basic-pipeline\nbasic-pipeline (or *bpipe*) is a minimal & simple pipeline engine for Python\n\n- [Getting Started](#getting-started)\n - [Examples](#examples)\n - [Installation](#installation)\n - [Tests](#tests)\n- [Tutorial](#tutorial)\n- [Reference](#reference)\n\n## Getting Started\n\n## Examples\n```python\nfrom bpipe import *\n\nfor r in echo(\"Hello World\") | map_to(lambda x: x.upper()):\n print(r)\n\n# HELLO WORLD\n```\n\n### Installation\n\nJust install it with the pip client:\n\n```bash\npip install bpipe\n```\n\nOr from source code:\n\n```python\ngit clone https://github.com/jepemo/basic-pipeline\ncd basic-pipeline\npython3 -m venv venv\nsource venv/bin/activate\npip install -e .\n```\n\n### Tests\n```python\npython setup.py test\n```\n\n## [Tutorial](docs/tutorial.md)\n## [Reference](docs/reference.md)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jepemo/basic-pipeline", "keywords": "pipeline", "license": "GPL-v3", "maintainer": "", "maintainer_email": "", "name": "bpipe", "package_url": "https://pypi.org/project/bpipe/", "platform": "", "project_url": "https://pypi.org/project/bpipe/", "project_urls": { "Homepage": "https://github.com/jepemo/basic-pipeline" }, "release_url": "https://pypi.org/project/bpipe/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Minimal & Simple Pipeline for Python", "version": "1.0.0" }, "last_serial": 3673246, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ec9e57349070d88c26cd51509e81584d", "sha256": "8c0b8fe1dc8a44d67ec14cbbd3fc600b29b5140aae3b077d3ef45bfc273e4a17" }, "downloads": -1, "filename": "bpipe-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ec9e57349070d88c26cd51509e81584d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5273, "upload_time": "2018-03-15T16:34:48", "url": "https://files.pythonhosted.org/packages/e3/90/b86a80e204d339014f283e6563d3b4d5a274bf358b188062245e33882d68/bpipe-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec9e57349070d88c26cd51509e81584d", "sha256": "8c0b8fe1dc8a44d67ec14cbbd3fc600b29b5140aae3b077d3ef45bfc273e4a17" }, "downloads": -1, "filename": "bpipe-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ec9e57349070d88c26cd51509e81584d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5273, "upload_time": "2018-03-15T16:34:48", "url": "https://files.pythonhosted.org/packages/e3/90/b86a80e204d339014f283e6563d3b4d5a274bf358b188062245e33882d68/bpipe-1.0.0.tar.gz" } ] }