{ "info": { "author": "Miki Tebeka", "author_email": "miki.tebeka@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "iocp tries to mimic Go's io.Copy function (http://golang.org/pkg/io/#Copy)\nwhich copies from everything that is an io.Reader to anything that is an\nio.Writer).\n\nThe Python world of things is not that organized, so iocp.copy will try to do a\nbest guess about which are the right function to call when reading and writing.\n\nFor example, checking md5 signature of a file::\n\n md5 = hashlib.md5()\n with open('/path/to/file') as fo:\n iocp(fo, md5)\n print md5.hexdigest()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/tebeka/iocp/src", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "iocp", "package_url": "https://pypi.org/project/iocp/", "platform": "any", "project_url": "https://pypi.org/project/iocp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/tebeka/iocp/src" }, "release_url": "https://pypi.org/project/iocp/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A back door to servers.", "version": "0.1.0" }, "last_serial": 753978, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f859518be5ab95789cc33560e83f86d3", "sha256": "31f78163a168c84d852307dd8459176bcec274450ab480bec566fa1410e7928d" }, "downloads": -1, "filename": "iocp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f859518be5ab95789cc33560e83f86d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1659, "upload_time": "2013-01-08T22:20:32", "url": "https://files.pythonhosted.org/packages/c9/6a/bc4620ad2d6d14cc6445c8661d0c64dc0c7b9b2f9fe5dff341fbcf9a53a8/iocp-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f859518be5ab95789cc33560e83f86d3", "sha256": "31f78163a168c84d852307dd8459176bcec274450ab480bec566fa1410e7928d" }, "downloads": -1, "filename": "iocp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f859518be5ab95789cc33560e83f86d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1659, "upload_time": "2013-01-08T22:20:32", "url": "https://files.pythonhosted.org/packages/c9/6a/bc4620ad2d6d14cc6445c8661d0c64dc0c7b9b2f9fe5dff341fbcf9a53a8/iocp-0.1.0.tar.gz" } ] }