{ "info": { "author": "Sai Varun Reddy Daram", "author_email": "saivarunvishal@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "pylivy\n======\n\n.. image:: https://travis-ci.org/acroz/pylivy.svg?branch=master\n :target: https://travis-ci.org/acroz/pylivy\n\n.. image:: https://badge.fury.io/py/livy.svg\n :target: https://pypi.org/project/livy/\n\n`Livy `_ is an open source REST interface\nfor interacting with `Spark `_. ``pylivy`` is a\nPython client for Livy, enabling easy remote code execution on a Spark cluster.\n\nUsage\n-----\n\n.. code:: python\n\n from livy import LivySession\n\n LIVY_URL = 'http://spark.example.com:8998'\n\n with LivySession(LIVY_URL) as session:\n # Run some code on the remote cluster\n session.run(\"filtered = df.filter(df.name == 'Bob')\")\n # Retrieve the result\n local_df = session.read('filtered')\nFork of https://github.com/acroz/pylivy", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saivarunr/pylivy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pylivy", "package_url": "https://pypi.org/project/pylivy/", "platform": "", "project_url": "https://pypi.org/project/pylivy/", "project_urls": { "Homepage": "https://github.com/saivarunr/pylivy" }, "release_url": "https://pypi.org/project/pylivy/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "A Python client for Apache Livy", "version": "0.0.3" }, "last_serial": 4484367, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a236ed6ed5870b5982d925c73da04aba", "sha256": "107507eb7a7931a735a564e0c26f13545cc4a00c68a73a5de69521241cdddb5e" }, "downloads": -1, "filename": "pylivy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a236ed6ed5870b5982d925c73da04aba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6315, "upload_time": "2018-11-06T11:36:27", "url": "https://files.pythonhosted.org/packages/59/22/6fe4836c3691ccc233008012e06f8b369a1807f60e5d5c3925f87d3967c3/pylivy-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5586827a7e74d36d38fe43d726ab75db", "sha256": "7830653d1cfff7ec1b630afbac942a7edb2ef76d2f44e27a96cef45323cb58ce" }, "downloads": -1, "filename": "pylivy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5586827a7e74d36d38fe43d726ab75db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6362, "upload_time": "2018-11-09T09:14:57", "url": "https://files.pythonhosted.org/packages/3a/15/d2e135b495804568a83659a0075462647247d10613c2ef31dfc05eac0bac/pylivy-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "3d69a80e4ae7b6e1364f36a7d2323812", "sha256": "77050b020dec052f37f64fd9a33cceb1415ce7ffa3f6286fc4af28e209338b29" }, "downloads": -1, "filename": "pylivy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "3d69a80e4ae7b6e1364f36a7d2323812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6443, "upload_time": "2018-11-14T05:54:06", "url": "https://files.pythonhosted.org/packages/54/33/2cf1f9a53ca54e26295c726bb96459dc93a3b101e3885928a35e1d8336a8/pylivy-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d69a80e4ae7b6e1364f36a7d2323812", "sha256": "77050b020dec052f37f64fd9a33cceb1415ce7ffa3f6286fc4af28e209338b29" }, "downloads": -1, "filename": "pylivy-0.0.3.tar.gz", "has_sig": false, "md5_digest": "3d69a80e4ae7b6e1364f36a7d2323812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6443, "upload_time": "2018-11-14T05:54:06", "url": "https://files.pythonhosted.org/packages/54/33/2cf1f9a53ca54e26295c726bb96459dc93a3b101e3885928a35e1d8336a8/pylivy-0.0.3.tar.gz" } ] }