25 releases (10 breaking)

0.40.0 Sep 17, 2021
0.39.0-rc.1 Aug 29, 2021
0.24.0 Mar 22, 2021

#401 in Debugging

Apache-2.0

18KB
508 lines

rillrate-py

PyPI

Real-time UI for bots.

Python 3 bindings for RillRate.

How to use

Install the library:

pip install rillrate

Import it in your code and install a tracer:

import rillrate
rillrate.install("my-app")

board = rillrate.Board("package-1.dashboard-1.group-1.board");
board.set("Key", "Value");

Expansions

You can also monitor internal Python stats.

Dependencies

~18–35MB
~574K SLoC