Python Ray debugging client.
This package allows you to send structured debug payloads to Ray.app from your Python application, including rich content like text, images, HTML, and formatted dumps — all with optional delayed sending.
- Send payloads like strings, booleans, images, dumps, and more
- Lazy evaluation — chain multiple calls and send once
- Stack trace origin support
- Compatible with Ray.app (https://myray.app)
pip install pyrayappfrom pyrayapp import ray
ray("Hello from Python!").color("green").notify("Payload sent!").pause()MIT — see LICENSE