{ "info": { "author": "Helgi \u00deorbj\u00f6rnsson", "author_email": "helgi@php.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Utilities" ], "description": "Command\n=======\n\n.. image:: https://travis-ci.org/helgi/python-command.png\n :target: https://travis-ci.org/helgi/python-command\n\nWrapper around subprocess.popen with on the fly debug / logging\ncapabilities and timeout handling.\n\nUses tempfiles for stdout/stderr to get past the 64kb subprocess.PIPE\nbug/limitation in python.\n\nNormal command run\n\n.. code:: python\n\n import command\n response = command.run(['ls'])\n print response.output\n print response.exit\n\nPrint the output as it happens\n\n.. code:: python\n\n import command\n def debug(text):\n print text\n\n response = command.run(['ls'], debug=debug)\n print response.output\n print response.exit\n\nLicense\n=======\n\nMIT - See LICENSE", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/helgi/python-command", "keywords": "subprocess,command", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "Command", "package_url": "https://pypi.org/project/Command/", "platform": "any", "project_url": "https://pypi.org/project/Command/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/helgi/python-command" }, "release_url": "https://pypi.org/project/Command/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Command runner with debug capabilities", "version": "0.1.0" }, "last_serial": 783992, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "54ff29fb8a100a4bdbd508afca4333ea", "sha256": "825af5adb84df91a4130c3fd112df0b33fbbb8ae77b16c29d21c6eb655102bf0" }, "downloads": -1, "filename": "Command-0.1.0.tar.gz", "has_sig": false, "md5_digest": "54ff29fb8a100a4bdbd508afca4333ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5298, "upload_time": "2013-04-04T17:50:29", "url": "https://files.pythonhosted.org/packages/f1/aa/fd642369a793e4a79c99f8da8cf3f7541276c43fbe1c47f7f49c1d64928e/Command-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "54ff29fb8a100a4bdbd508afca4333ea", "sha256": "825af5adb84df91a4130c3fd112df0b33fbbb8ae77b16c29d21c6eb655102bf0" }, "downloads": -1, "filename": "Command-0.1.0.tar.gz", "has_sig": false, "md5_digest": "54ff29fb8a100a4bdbd508afca4333ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5298, "upload_time": "2013-04-04T17:50:29", "url": "https://files.pythonhosted.org/packages/f1/aa/fd642369a793e4a79c99f8da8cf3f7541276c43fbe1c47f7f49c1d64928e/Command-0.1.0.tar.gz" } ] }