ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.22k stars 395 forks source link

[Feature] [ApiServer] Publish API Server Python client to PyPi #1708

Open smit-kiri opened 10 months ago

smit-kiri commented 10 months ago

Search before asking

Description

Currently if we want to install Python API Server Client using pip, we need to run something like

pip install git+https://github.com/ray-project/kuberay.git@v1.0.0#subdirectory=clients/python-apiserver-client

It will be really useful if the package is available on PyPi so it is more visible and installation is easier

Use case

No response

Related issues

No response

Are you willing to submit a PR?

kevin85421 commented 10 months ago

cc @blublinsky @z103cb @astefanutti @tedhtchang

blublinsky commented 10 months ago

@kevin85421 it is easy to do this. The question is where should we put it