{ "info": { "author": "Nathan Coulter", "author_email": "org.python.pypi.pipeline@pooryorick.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "Provides a file-like interface to other system processes and shell-like\r\npipelines. In contrast with os.popen, the shell is not used to interpret the\r\ncommands, and the exit status of each componenet of the pipeline is availabe. \r\nAn alternative to builtin packages such as subprocess, commands, os.popen,\r\npopen2, os.system, etc.\r\n Examples of how to feed the pipe with a file-like object are included in the\r\ndocstrings. Requires os.fork, but does not require any threading\r\nlibraries.", "description_content_type": null, "docs_url": null, "download_url": "http://downloads.sourceforge.net/pythoric/pipeline.py?use_mirror=0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://sourceforge.net/projects/pythoric/", "keywords": "shell pipeline command pipe subprocess ipc", "license": "PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2", "maintainer": "", "maintainer_email": "org.python.pypi.pipeline@pooryorick.com", "name": "pipeline", "package_url": "https://pypi.org/project/pipeline/", "platform": "must provide os.fork", "project_url": "https://pypi.org/project/pipeline/", "project_urls": { "Download": "http://downloads.sourceforge.net/pythoric/pipeline.py?use_mirror=0", "Homepage": "http://sourceforge.net/projects/pythoric/" }, "release_url": "https://pypi.org/project/pipeline/0.1/", "requires_dist": null, "requires_python": null, "summary": "Easy shell-like pipelines, with input from a file-like object", "version": "0.1" }, "last_serial": 77767, "releases": { "0.1": [] }, "urls": [] }