New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

livy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livy

A Python client for Apache Livy

0.8.0
PyPI
Maintainers
1

pylivy

.. image:: https://github.com/acroz/pylivy/workflows/Tests/badge.svg?branch=master :target: https://github.com/acroz/pylivy/actions

.. 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/.

Contributing

Contributions to extend or improve pylivy are very welcome! Have a look at the relevant docs page <https://pylivy.readthedocs.io/en/latest/contributing.html>_ for more information.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts