{ "info": { "author": "Erdem Aybek", "author_email": "eaybek@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3" ], "description": "[github](https://github.com/eaybek/unstdio/) | \n[PyPi](https://pypi.org/project/unstdio/) | \n[ReadTheDocs](https://mvrt-unstdio.readthedocs-hosted.com/en/latest/) \n\nunstdio \n\nmanipulate stdio \n\n\n\n```python3\nfrom unstdio.unstdio import Unstdio\nfrom unstdio.handlers import Out\nfrom unstdio.formats import DictFormatter\nimport io\n\nwith Unstdio(stdout=Out(frmt=DictFormatter())) as unstdio:\n print(\"{Hello World!}\") # out to Unstdio instance\nprint(isinstance(unstdio.stdout, io.StringIO))\nprint(unstdio.stdout.getvalue()) # out to system stdout\n\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eaybek/unstdio", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "unstdio", "package_url": "https://pypi.org/project/unstdio/", "platform": "", "project_url": "https://pypi.org/project/unstdio/", "project_urls": { "Homepage": "https://github.com/eaybek/unstdio" }, "release_url": "https://pypi.org/project/unstdio/0.0.4/", "requires_dist": null, "requires_python": ">=3.6", "summary": "unstdio for inplace manipulation of stdio", "version": "0.0.4" }, "last_serial": 5972718, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5172f502dbbd634c3a0a6ac9ec047f9b", "sha256": "9ab6f9e25720e38c6343a396aaaf8da8555f2e57698ec1460b3d65d93513856a" }, "downloads": -1, "filename": "unstdio-0.0.1.tar.gz", "has_sig": false, "md5_digest": "5172f502dbbd634c3a0a6ac9ec047f9b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1374, "upload_time": "2019-09-24T19:20:15", "url": "https://files.pythonhosted.org/packages/11/bb/d8be1d5a4bc9fbdeb0e646d3681bcb56b90ddbbe9b66b23a53aa10271c5a/unstdio-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "247c055b1eba1409073339fc3adc98c0", "sha256": "f1a8f2099b2064eee35d4b6aaf037af05f9b73c34c8228a91a323f1f0982a7c2" }, "downloads": -1, "filename": "unstdio-0.0.2.tar.gz", "has_sig": false, "md5_digest": "247c055b1eba1409073339fc3adc98c0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1831, "upload_time": "2019-09-24T20:00:28", "url": "https://files.pythonhosted.org/packages/ea/27/343d633b689c63baefbfc6c35edefa7aaceadea9b5e96a7ff2d1119d0529/unstdio-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9521d12ae557228d5f4c5e1abe07975b", "sha256": "df9b778885d0935b7316274d8daaccce9c95887864daa71535f1d34787903aae" }, "downloads": -1, "filename": "unstdio-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9521d12ae557228d5f4c5e1abe07975b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2515, "upload_time": "2019-10-14T18:20:37", "url": "https://files.pythonhosted.org/packages/02/f6/cfa01e7a6ead04353fa6b6336ef938d840407bff64c295636f311cca11a6/unstdio-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c9369069fe76a03ad4640ec92a20e942", "sha256": "8308a6aff4e4f50a6f3caf2d818aa91fc937fbc514f854f36bd7f268228c461d" }, "downloads": -1, "filename": "unstdio-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c9369069fe76a03ad4640ec92a20e942", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2543, "upload_time": "2019-10-14T18:23:39", "url": "https://files.pythonhosted.org/packages/0e/6f/68a1973e33964f7bd8dead8ac2642b352843c0c66f5e89c3fc81bd00ce88/unstdio-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9369069fe76a03ad4640ec92a20e942", "sha256": "8308a6aff4e4f50a6f3caf2d818aa91fc937fbc514f854f36bd7f268228c461d" }, "downloads": -1, "filename": "unstdio-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c9369069fe76a03ad4640ec92a20e942", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2543, "upload_time": "2019-10-14T18:23:39", "url": "https://files.pythonhosted.org/packages/0e/6f/68a1973e33964f7bd8dead8ac2642b352843c0c66f5e89c3fc81bd00ce88/unstdio-0.0.4.tar.gz" } ] }