{ "info": { "author": "Guillaume Humbert", "author_email": "guillaume.humbert.jp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.2", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Browsers" ], "description": "Installation\n------------\n\nCommand line installation (Unix, Windows)::\n\n $ pip install httpclient\n\t\n(`pip installation instructions `_)\n\nQuickstart\n----------\n\n**Send a GET request**::\n\n from httpclient import HttpClient\n \n http_client = HttpClient()\n page = http_client.get(\"http://www.google.com\")\n \n print(page.content_as_string)\n\t\n**Send a POST request**::\n\n from httpclient import HttpClient\n \n http_client = HttpClient()\n page = http_client.post(\"http://www.some-site.org/login\",\n {\"username\": \"xxx\", \"password\": \"yyy\"})\n print(page.content_as_string)\n\t\nDocumentation\n-------------\n\nFull documentation within the `github wiki `_.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/guillaume-humbert/httpclient", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/guillaume-humbert/httpclient", "keywords": "http headless browser crawler html", "license": "GNU General Public License (GPL) v3", "maintainer": "", "maintainer_email": "", "name": "httpclient", "package_url": "https://pypi.org/project/httpclient/", "platform": "Unix,Windows", "project_url": "https://pypi.org/project/httpclient/", "project_urls": { "Download": "https://github.com/guillaume-humbert/httpclient", "Homepage": "https://github.com/guillaume-humbert/httpclient" }, "release_url": "https://pypi.org/project/httpclient/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A headless HTTP browser.", "version": "0.0.2" }, "last_serial": 793073, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "17f948e037f32cf8dc3f316062142cc7", "sha256": "2d9b016d29d7b84fb50630adab7fa39276bd48a645c9f7fd349caec7c3e9776d" }, "downloads": -1, "filename": "httpclient-0.0.1.zip", "has_sig": false, "md5_digest": "17f948e037f32cf8dc3f316062142cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18169, "upload_time": "2011-09-13T12:06:15", "url": "https://files.pythonhosted.org/packages/aa/3c/8c15696880c0a713b79423f8aa04da256a00d6945263f7fe830834b553ca/httpclient-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "9e94763615bf63db81b04893c7bf4689", "sha256": "bc1e75e28163d3f8386ccd448b9d34f13564a02c8cc7cb422a657475920ae60a" }, "downloads": -1, "filename": "httpclient-0.0.2.zip", "has_sig": false, "md5_digest": "9e94763615bf63db81b04893c7bf4689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30927, "upload_time": "2011-09-13T15:00:29", "url": "https://files.pythonhosted.org/packages/8a/23/9339b5dc63024d69991dc7954b9362f55b3193bb05df5597ff684d190ddd/httpclient-0.0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e94763615bf63db81b04893c7bf4689", "sha256": "bc1e75e28163d3f8386ccd448b9d34f13564a02c8cc7cb422a657475920ae60a" }, "downloads": -1, "filename": "httpclient-0.0.2.zip", "has_sig": false, "md5_digest": "9e94763615bf63db81b04893c7bf4689", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30927, "upload_time": "2011-09-13T15:00:29", "url": "https://files.pythonhosted.org/packages/8a/23/9339b5dc63024d69991dc7954b9362f55b3193bb05df5597ff684d190ddd/httpclient-0.0.2.zip" } ] }