{ "info": { "author": "Erik van Zijst", "author_email": "erik.van.zijst@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries" ], "description": "Unix-domain sockets for Python httplib\n======================================\n\nThis module adds support for unix-domain sockets to Python's httplib package.\n\nInstead of using ``httplib.HTTPConnection``, instantiate\n``uhttplib.UnixHTTPConnection``::\n\n from uhttplib import UnixHTTPConnection\n\n conn = uhttplib.UnixHTTPConnection('/tmp/socket')\n conn.request('GET', '/')\n resp = conn.getresponse()\n print resp.read()", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/evzijst/uhttplib/downloads/uhttplib-0.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/evzijst/uhttplib", "keywords": "httplib unixdomain", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "uhttplib", "package_url": "https://pypi.org/project/uhttplib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/uhttplib/", "project_urls": { "Download": "https://bitbucket.org/evzijst/uhttplib/downloads/uhttplib-0.2.tar.gz", "Homepage": "https://bitbucket.org/evzijst/uhttplib" }, "release_url": "https://pypi.org/project/uhttplib/0.2/", "requires_dist": null, "requires_python": null, "summary": "Unix domain socket support for httplib.", "version": "0.2" }, "last_serial": 836993, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "24a05a6e94da2c371a45dbe7349bc24c", "sha256": "f83ec317c2fa569e2c0a3dc9dc60f3cf9efda3184bb65a5f4e83acc8b6b93d42" }, "downloads": -1, "filename": "uhttplib-0.1.tar.gz", "has_sig": false, "md5_digest": "24a05a6e94da2c371a45dbe7349bc24c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2001, "upload_time": "2013-08-10T01:02:07", "url": "https://files.pythonhosted.org/packages/57/e9/726c330d40d7795baca9fdc6b008d9ecf607a32aa2b3bcf1c9311abd2283/uhttplib-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d1d0fe22dc520acc7097cb4a9783c732", "sha256": "99315ec47db03d86680e9ccf437735bcc7e1b5fa656a0e5d29a188be4d016c18" }, "downloads": -1, "filename": "uhttplib-0.2.tar.gz", "has_sig": false, "md5_digest": "d1d0fe22dc520acc7097cb4a9783c732", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2005, "upload_time": "2013-08-10T01:12:26", "url": "https://files.pythonhosted.org/packages/3c/67/68b360ffbaedbe6d77710fdf11c3211af50a2b417c2d28814fc9b71d18b3/uhttplib-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1d0fe22dc520acc7097cb4a9783c732", "sha256": "99315ec47db03d86680e9ccf437735bcc7e1b5fa656a0e5d29a188be4d016c18" }, "downloads": -1, "filename": "uhttplib-0.2.tar.gz", "has_sig": false, "md5_digest": "d1d0fe22dc520acc7097cb4a9783c732", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2005, "upload_time": "2013-08-10T01:12:26", "url": "https://files.pythonhosted.org/packages/3c/67/68b360ffbaedbe6d77710fdf11c3211af50a2b417c2d28814fc9b71d18b3/uhttplib-0.2.tar.gz" } ] }