{ "info": { "author": "tengu", "author_email": "karasuyamatengu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Topic :: Utilities" ], "description": "The goal: pipelien equivalence\n\nGiven this pipeline in unix shell:\n\n foo | bar | baz \n\nwe should have this in python:\n\n foo >> bar >> baz \n\nAny segment should be easily swappable between the python and shell version.\nCommand foo should be callable from python. Conversely python function that \nimplements a segment should be callable as a command.", "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/tengu/py-hose", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "hose", "package_url": "https://pypi.org/project/hose/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hose/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tengu/py-hose" }, "release_url": "https://pypi.org/project/hose/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "unix-pipeline-like stream processing in python", "version": "0.0.1" }, "last_serial": 814049, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6e2b0284cba96760f98474110ccd3a95", "sha256": "3076e0407af61fc87a0bcee7d472d6a4ea4d188b7f01aa6a4725c8bdbf6d830c" }, "downloads": -1, "filename": "hose-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6e2b0284cba96760f98474110ccd3a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2013-07-12T16:10:22", "url": "https://files.pythonhosted.org/packages/f5/72/b91168f72ca73c4903c21b4c056d4ac5ca321dedaa33a54e4c291bab37dc/hose-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e2b0284cba96760f98474110ccd3a95", "sha256": "3076e0407af61fc87a0bcee7d472d6a4ea4d188b7f01aa6a4725c8bdbf6d830c" }, "downloads": -1, "filename": "hose-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6e2b0284cba96760f98474110ccd3a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2013-07-12T16:10:22", "url": "https://files.pythonhosted.org/packages/f5/72/b91168f72ca73c4903c21b4c056d4ac5ca321dedaa33a54e4c291bab37dc/hose-0.0.1.tar.gz" } ] }