Metadata-Version: 2.1
Name: livy
Version: 0.4.2
Summary: A Python client for Apache Livy
Home-page: https://github.com/acroz/pylivy
Author: Andrew Crozier
Author-email: wacrozier@gmail.com
License: MIT
Description: pylivy
        ======
        
        .. image:: https://travis-ci.org/acroz/pylivy.svg?branch=master
            :target: https://travis-ci.org/acroz/pylivy
        
        .. image:: https://badge.fury.io/py/livy.svg
            :target: https://pypi.org/project/livy/
        
        .. image:: https://img.shields.io/pypi/pyversions/livy.svg
            :target: https://pypi.org/project/livy/
        
        `Livy <https://livy.incubator.apache.org/>`_ is an open source REST interface
        for interacting with `Spark <http://spark.apache.org/>`_. ``pylivy`` is a
        Python client for Livy, enabling easy remote code execution on a Spark cluster.
        
        Installation
        ------------
        
        .. code:: bash
        
            $ pip install -U livy
        
        Note that ``pylivy`` requires Python 3.6 or later.
        
        Documentation
        -------------
        
        Documentation for ``pylivy`` is available at https://pylivy.readthedocs.io/.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: docs
