{ "info": { "author": "Franck Cuny", "author_email": "franck.cuny@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "http a HTTP library for Python\n==============================\n\nhttp is heavily inspired by the `HTTP::Message `__ distribution.\n\nSynopsis\n--------\n\n >>> from http import Request\n >>> request = Request('GET', 'http://pypi.python.org')\n >>> print request.method\n GET\n\nComponents\n----------\n\nhttp provides a few components to build HTTP messages:\n\n- Headers: a class to manipulates HTTP headers\n- Request: a class to encapsulate a HTTP request\n- Response: a class to encapsulate a HTTP response\n- Date: a class to convert date to and from ISO 8601 \n- Url: a class to manipulate url\n\nHeaders\n~~~~~~~\n\n >>> from http import Headers\n >>> h = Headers()\n >>> h.add('Content-Type', 'application/json')\n\nRequest\n~~~~~~~\n\n >>> from http import Request\n >>> r = Request('GET', 'htttp://lumberjaph.net')\n\nResponse\n~~~~~~~~\n\n >>> from http import Response\n >>> r = Response(200)\n\nLinks\n-----\n\n- `Documentation `__.\n- `Repository `__.\n\nHow to get?\n-----------\n\nInstall with \"pip\" command:\n\n $ pip install http\n\nor check out development version:\n\n $ git clone git://github.com/franckcuny/http.git", "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/franckcuny/http", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "http", "package_url": "https://pypi.org/project/http/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/http/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/franckcuny/http" }, "release_url": "https://pypi.org/project/http/0.02/", "requires_dist": null, "requires_python": null, "summary": "HTTP library for Python", "version": "0.02" }, "last_serial": 793065, "releases": { "0.02": [ { "comment_text": "", "digests": { "md5": "9e4684a411a9cf371cbd0bc8658a803a", "sha256": "071bc409f687535b6e31a94bced6a7773905abad8d2f236b406202b7283f682c" }, "downloads": -1, "filename": "http-0.02.tar.gz", "has_sig": false, "md5_digest": "9e4684a411a9cf371cbd0bc8658a803a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32054, "upload_time": "2012-02-12T02:53:36", "url": "https://files.pythonhosted.org/packages/e3/91/a9260805e532e33df273b8f7dffad5c51693f8f9ba5f86bedcf42a7f22eb/http-0.02.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "cb309091111abb12b883f556fe128527", "sha256": "0e66b52fc46640edd547c3c47a7913e0c5f76a69db6fb09e7b48c5f7866b2c37" }, "downloads": -1, "filename": "http-0.1.tar.gz", "has_sig": false, "md5_digest": "cb309091111abb12b883f556fe128527", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31813, "upload_time": "2012-02-10T05:48:10", "url": "https://files.pythonhosted.org/packages/71/f0/787d609561ada283d6755e6f1198aa65a6eea075297725344e8f8c12eb03/http-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e4684a411a9cf371cbd0bc8658a803a", "sha256": "071bc409f687535b6e31a94bced6a7773905abad8d2f236b406202b7283f682c" }, "downloads": -1, "filename": "http-0.02.tar.gz", "has_sig": false, "md5_digest": "9e4684a411a9cf371cbd0bc8658a803a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32054, "upload_time": "2012-02-12T02:53:36", "url": "https://files.pythonhosted.org/packages/e3/91/a9260805e532e33df273b8f7dffad5c51693f8f9ba5f86bedcf42a7f22eb/http-0.02.tar.gz" } ] }