{ "info": { "author": "Homer Strong", "author_email": "homer.strong@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=================\nStorm DRPC Client\n=================\n\nStorm DPRC Client provides a python clone of the\n`backtype.storm.utils.DRPCClient` class shipped along with the\nstandard storm stream processing package by nathanmarz_ found\nhere_. You may find it helpful for establishing connections to\nand executing remote procedure calls on a running storm DRPC\nserver.\n\nTypical usage::\n\n from storm.drpc import DRPCClient\n\n c = DRPCClient(\"my.drpc.host\", 3772)\n c.execute(\"wordcounts\", \"jabberwocky\")\n\nStorm DRPC Client inherits the Eclipse Public License from\nthe original storm project.\n\nContributors\n============\n\n| Thrift generated classes by nathanmarz_.\n| Python DRPCClient clone class by strongh_.\n| Repackaging for PyPI by mahall_.\n\n.. _nathanmarz: https://github.com/nathanmarz\n.. _strongh: https://github.com/strongh\n.. _mahall: https://github.com/mahall\n.. _here: https://github.com/nathanmarz/storm", "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/strongh/storm-drpc-client-py", "keywords": null, "license": "LICENSE.html", "maintainer": null, "maintainer_email": null, "name": "storm-drpc-client", "package_url": "https://pypi.org/project/storm-drpc-client/", "platform": "any", "project_url": "https://pypi.org/project/storm-drpc-client/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/strongh/storm-drpc-client-py" }, "release_url": "https://pypi.org/project/storm-drpc-client/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Simple pythonic interface around thrift-generated DRPC client.", "version": "0.1.1" }, "last_serial": 811351, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "903c91bb9e47093f2ecbd98dc9e8c53c", "sha256": "4b07e4ec2702ccd295d030dbfffa04fbfc362bb8d5aec229dd0dbd4cb367129e" }, "downloads": -1, "filename": "storm-drpc-client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "903c91bb9e47093f2ecbd98dc9e8c53c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18861, "upload_time": "2013-07-03T18:19:44", "url": "https://files.pythonhosted.org/packages/15/98/0b48a63edb2fab0b9bdd27c4872934056507f32c6bcb0ff6bf729be8a921/storm-drpc-client-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "95b81650658853b9efb6052919c5752f", "sha256": "e50da8335d4e4edc5975deb0706202a222ef1a4ddb3360ff536d8ac3d56031c5" }, "downloads": -1, "filename": "storm-drpc-client-0.1.1.tar.gz", "has_sig": false, "md5_digest": "95b81650658853b9efb6052919c5752f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23866, "upload_time": "2013-07-08T21:57:57", "url": "https://files.pythonhosted.org/packages/a2/fe/9bdd6b9c887563f35dd69a82c787e4b5616023a77f2f4df9510bac3660b8/storm-drpc-client-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95b81650658853b9efb6052919c5752f", "sha256": "e50da8335d4e4edc5975deb0706202a222ef1a4ddb3360ff536d8ac3d56031c5" }, "downloads": -1, "filename": "storm-drpc-client-0.1.1.tar.gz", "has_sig": false, "md5_digest": "95b81650658853b9efb6052919c5752f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23866, "upload_time": "2013-07-08T21:57:57", "url": "https://files.pythonhosted.org/packages/a2/fe/9bdd6b9c887563f35dd69a82c787e4b5616023a77f2f4df9510bac3660b8/storm-drpc-client-0.1.1.tar.gz" } ] }