{ "info": { "author": "Benjamin Scherrey", "author_email": "scherrey@proteus-tech.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "==============\r\nrestful_client\r\n==============\r\n\r\nrestful_client is an asychronous library that assists in writing clients for\r\nRESTful services. \r\n\r\n A RESTClient is an extension of a urllib2.Request class that also contains its own HTTP opener\r\n so the request can be executed and results passed through an (optional) call back mechanism.\r\n \r\n The default_callback function in __init__ demonstrates the protocol that should be supported by\r\n the callback function.\r\n \r\n See http://docs.python.org/library/urllib2.html#request-objects for urllib2 Request documentation\r\n and http://www.voidspace.org.uk/python/articles/urllib2.shtml\r\n and http://www.doughellmann.com/PyMOTW/urllib2/ for useful usage notes.\r\n \r\n TODO: Add support for timeouts at per client instance level (via opener).\r\n TODO: May need to implement smart exception handling. When YOU start encountering reproducable\r\n HTTP exceptions (or others) please contact Ben so he can see what exception handling strategy\r\n would work best for this library.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/scherrey/restful_client", "keywords": "", "license": "See LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "restful_client", "package_url": "https://pypi.org/project/restful_client/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/restful_client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/scherrey/restful_client" }, "release_url": "https://pypi.org/project/restful_client/0.1/", "requires_dist": null, "requires_python": null, "summary": "An asynchronous RESTful client library.", "version": "0.1" }, "last_serial": 798907, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8edf2552c6a28a39bfd67748a2283ef4", "sha256": "874b05ec2ce017aaffe77ec8edd9b5543785c6bd7d779bac77aab8eb29e1b23c" }, "downloads": -1, "filename": "restful_client-0.1.tar.gz", "has_sig": false, "md5_digest": "8edf2552c6a28a39bfd67748a2283ef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3277, "upload_time": "2011-12-22T10:05:41", "url": "https://files.pythonhosted.org/packages/1a/2c/c2ca9d7f13f23444c1dfeaced6ebf48fc470e291174b6b8f533d6dcb93cc/restful_client-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8edf2552c6a28a39bfd67748a2283ef4", "sha256": "874b05ec2ce017aaffe77ec8edd9b5543785c6bd7d779bac77aab8eb29e1b23c" }, "downloads": -1, "filename": "restful_client-0.1.tar.gz", "has_sig": false, "md5_digest": "8edf2552c6a28a39bfd67748a2283ef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3277, "upload_time": "2011-12-22T10:05:41", "url": "https://files.pythonhosted.org/packages/1a/2c/c2ca9d7f13f23444c1dfeaced6ebf48fc470e291174b6b8f533d6dcb93cc/restful_client-0.1.tar.gz" } ] }