{ "info": { "author": "Yongjian (Jim) Xu", "author_email": "i3dmaster@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Protocol based timeout facility for urllib2.\n \n Currently only support HTTP and HTTPS.\n \n Achived by inheriting httplib.HTTPConnection and httplib.HTTPSConnection\n classes and provide a timeout version for both. Timeout has been carefully\n implemented per connection base. A HTTPConnectionTimeoutError or\n HTTPSConnectionTimeoutError would be raised instead of the general socket.error\n so that urlib2 wouldn't throw out URLError exception when timeout is hit.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/timeout-urllib2", "keywords": "python,urllib2,timeout,httplib,Python", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "timeout-urllib2", "package_url": "https://pypi.org/project/timeout-urllib2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/timeout-urllib2/", "project_urls": { "Homepage": "http://code.google.com/p/timeout-urllib2" }, "release_url": "https://pypi.org/project/timeout-urllib2/0.1/", "requires_dist": null, "requires_python": null, "summary": "Protocol/Connection based timeout facility for urllib2", "version": "0.1" }, "last_serial": 68653, "releases": { "0.1": [] }, "urls": [] }