{ "info": { "author": "Kazuhiro Oinuma", "author_email": "oinume@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. -*- restructuredtext -*-\n\n.. highlight:: python\n\n.. image:: https://secure.travis-ci.org/oinume/iocapture.png?branch=master\n\nCapture stdout, stderr easily with iocapture.\n\nHow to use\n==========\n\nWith Python >= 2.5 ::\n\n import iocapture\n\n with iocapture.capture() as captured:\n print(\"hello stdout\")\n print(captured.stdout)\n # >>> hello stdout\n\nWith Python < 2.5 ::\n\n import iocapture\n\n captured = iocapture.capture()\n captured.start()\n print(\"hello stdout\")\n captured.close()\n print(captured.stdout)\n # >>> hello stdout\n\nChangeLog\n=========\n\nhttps://github.com/oinume/blob/master/changes.rst\n\n\nFor developers\n==============\nInstall iocapture in develop mode. ::\n\n $ python setup.py develop\n\nInstall following modules for testing. ::\n\n $ pip install -r requirements-dev.txt\n\nRun tests ::\n\n $ py.test tests", "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/oinume/iocapture", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "iocapture", "package_url": "https://pypi.org/project/iocapture/", "platform": "unix", "project_url": "https://pypi.org/project/iocapture/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/oinume/iocapture" }, "release_url": "https://pypi.org/project/iocapture/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Capture stdout, stderr easily.", "version": "0.1.2" }, "last_serial": 1555919, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "91603bda4850afe2a9d7f31e9679eb7d", "sha256": "f78f5fa0e87b97f874921192257987bdbe591549f8236a33470f61119a3a95e0" }, "downloads": -1, "filename": "iocapture-0.1.0.tar.gz", "has_sig": false, "md5_digest": "91603bda4850afe2a9d7f31e9679eb7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2296, "upload_time": "2013-10-20T14:42:22", "url": "https://files.pythonhosted.org/packages/ce/9e/7ba4877cd2cfd0bacaff47940af1fc056c26714138eab29b7c2f2b3a4e77/iocapture-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c32650e27e2efa89ac62b88c0a4fe0dc", "sha256": "86670e1808bcdcd4f70112f43da72ae766f04cd8311d1071ce6e0e0a72e37ee8" }, "downloads": -1, "filename": "iocapture-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c32650e27e2efa89ac62b88c0a4fe0dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12598, "upload_time": "2015-05-21T02:27:50", "url": "https://files.pythonhosted.org/packages/7a/9e/be3e278cec4f82b771b17a6c539a44d67081adb8042bc765776d77f3ea4a/iocapture-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c32650e27e2efa89ac62b88c0a4fe0dc", "sha256": "86670e1808bcdcd4f70112f43da72ae766f04cd8311d1071ce6e0e0a72e37ee8" }, "downloads": -1, "filename": "iocapture-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c32650e27e2efa89ac62b88c0a4fe0dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12598, "upload_time": "2015-05-21T02:27:50", "url": "https://files.pythonhosted.org/packages/7a/9e/be3e278cec4f82b771b17a6c539a44d67081adb8042bc765776d77f3ea4a/iocapture-0.1.2.tar.gz" } ] }