{ "info": { "author": "Marcwebbie", "author_email": "marcwebbie@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "Subp: Python subprocess optimized for your happiness.\n=====================================================\n\nThis is a convenience wrapper around the `subprocess` module.\n\n\nUsage\n-----\n\nRun a command, get the response::\n\n >>> r = subp.run('git config', data='data to pipe in', timeout=2)\n\n >>> r.status_code\n 129\n >>> r.std_out\n 'usage: git config [options]'\n >>> r.std_err\n ''\n\nPipe stuff around too::\n\n >>> r = subp.run('uptime | pbcopy')\n\n >>> r.command\n 'pbcopy'\n >>> r.status_code\n 0\n\n >>> r.history\n []\n\n\n Forked from: https://github.com/kennethreitz/envoy", "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/marcwebbie/subp", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "subp", "package_url": "https://pypi.org/project/subp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/subp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/marcwebbie/subp" }, "release_url": "https://pypi.org/project/subp/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple API for running external processes.", "version": "0.1.1" }, "last_serial": 2165742, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "af7416aced0f05faf2d9212308a459a3", "sha256": "40252f71be6dccafce52303dc538502ef7cbd35701ef706c62be1bf2acb7a54e" }, "downloads": -1, "filename": "subp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "af7416aced0f05faf2d9212308a459a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4074, "upload_time": "2016-06-14T02:35:29", "url": "https://files.pythonhosted.org/packages/c7/8e/96f6bc8f4fcf96ecf13ddc9dd516ec8ed2471af953545c0626f155231931/subp-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af7416aced0f05faf2d9212308a459a3", "sha256": "40252f71be6dccafce52303dc538502ef7cbd35701ef706c62be1bf2acb7a54e" }, "downloads": -1, "filename": "subp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "af7416aced0f05faf2d9212308a459a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4074, "upload_time": "2016-06-14T02:35:29", "url": "https://files.pythonhosted.org/packages/c7/8e/96f6bc8f4fcf96ecf13ddc9dd516ec8ed2471af953545c0626f155231931/subp-0.1.1.tar.gz" } ] }