{ "info": { "author": "Six Apart Ltd.", "author_email": "python@sixapart.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "batchhttp provides parallel fetching of HTTP resources through MIME multipart\nencoding.\n\nThis package's `BatchClient` applies standard MIME multipart encoding to HTTP\nmessages, providing a standards-conservant technique for making parallelizable\nHTTP requests over a single proxy connection.\n\nTo make a batch request, open a new request on a `BatchClient` instance and\nadd your subrequests, along with callbacks that will receive the subresponses.\nOnce all parallelized requests are added, complete the request; the request is\nmade and the batched subresponses are provided to your callbacks.\n\nThis is an implementation of the draft specification for batch HTTP request\nprocessing available at:\n\n http://martin.atkins.me.uk/specs/batchhttp", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sixapart/batchhttp", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "batchhttp", "package_url": "https://pypi.org/project/batchhttp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/batchhttp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sixapart/batchhttp" }, "release_url": "https://pypi.org/project/batchhttp/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Parallel HTTP through MIME multipart encoding", "version": "1.1.1" }, "last_serial": 1173102, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "a3b5e89edfd9c68512aeea80bfa0d802", "sha256": "2b003e182e5eec60ead8f09715e0ee1c928f3c95b0c983381c41c86427a6ca09" }, "downloads": -1, "filename": "batchhttp-1.0.tar.gz", "has_sig": false, "md5_digest": "a3b5e89edfd9c68512aeea80bfa0d802", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18319, "upload_time": "2009-10-01T01:51:44", "url": "https://files.pythonhosted.org/packages/56/2e/971621f1636dc473dfd36b1f9e1f4c085d5a4e39396f4b1e53abc03d7ace/batchhttp-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "12674b9f8de30407733dd36adeb0fc6c", "sha256": "f8de42cfa66ed6c139e240a50a937b7c39d41bc9f855b3a843119b86c2c7e7d0" }, "downloads": -1, "filename": "batchhttp-1.1.tar.gz", "has_sig": false, "md5_digest": "12674b9f8de30407733dd36adeb0fc6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21181, "upload_time": "2009-11-24T21:10:14", "url": "https://files.pythonhosted.org/packages/24/73/f8873f8920af868f23636009c667fdf859f2cf279abf62f0531740c39378/batchhttp-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "b375da621fe330dd16c17bb10b1cb8ab", "sha256": "64338a1a0cf314cd49ce07295d6edd2cd5bab395a16dc1ca7e2a482f79cac465" }, "downloads": -1, "filename": "batchhttp-1.1.1.tar.gz", "has_sig": false, "md5_digest": "b375da621fe330dd16c17bb10b1cb8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20540, "upload_time": "2010-04-21T02:28:08", "url": "https://files.pythonhosted.org/packages/98/53/9ccea075ff9777f1d48f43057541292714d3acc99c2b84a428d614b40099/batchhttp-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b375da621fe330dd16c17bb10b1cb8ab", "sha256": "64338a1a0cf314cd49ce07295d6edd2cd5bab395a16dc1ca7e2a482f79cac465" }, "downloads": -1, "filename": "batchhttp-1.1.1.tar.gz", "has_sig": false, "md5_digest": "b375da621fe330dd16c17bb10b1cb8ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20540, "upload_time": "2010-04-21T02:28:08", "url": "https://files.pythonhosted.org/packages/98/53/9ccea075ff9777f1d48f43057541292714d3acc99c2b84a428d614b40099/batchhttp-1.1.1.tar.gz" } ] }