Metadata-Version: 2.4
Name: flyteplugins-ray
Version: 2.0.0b12
Summary: Ray plugin for flyte
Author-email: Kevin Su <pingsutw@users.noreply.github.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: ray[default]
Requires-Dist: flyte

# Flyte Ray Plugin

Union can execute Ray jobs natively on a Kubernetes Cluster,
which manages a virtual cluster’s lifecycle, spin-up, and tear down.
It leverages the open-sourced KubeRay and can be enabled without signing up for any service.
This is like running a transient ray cluster —
a type of cluster spun up for a specific Ray job and torn down after completion.

To install the plugin, run the following command:

```bash
pip install --pre flyteplugins-ray
```
