Skip to content

Files

Latest commit

1151f38 · Aug 20, 2021

History

History
36 lines (22 loc) · 706 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 706 Bytes

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.