HAProxy binary distribution for Ray Serve
Project Links
Meta
Requires Python: >=3.9
Classifiers
Operating System
- POSIX :: Linux
Programming Language
- Python :: 3
Topic
- Internet :: Proxy Servers
Pre-built HAProxy binary distribution for Ray Serve.
The wheel bundles the HAProxy binary together with its vendored shared libraries (libssl, libcrypto, libpcre, liblua) so that Ray Serve can use HAProxy without requiring a system-level installation.
Installation
pip install "ray[serve,haproxy]"
Or directly:
pip install ray-haproxy
Platform support
Linux x86_64 (manylinux_2_17_x86_64)
Linux arm64 (manylinux_2_17_aarch64)
Usage
from ray_haproxy import get_haproxy_binary
print(get_haproxy_binary()) # /path/to/ray_haproxy/bin/haproxy
Binary resolution order:
RAY_SERVE_HAPROXY_BINARY environment variable (explicit override)
Bundled binary inside this package
haproxy on the system PATH
License
HAProxy is distributed under the GNU General Public License v2. See LICENSE for details.
Wheel compatibility matrix
Files in release
No dependencies