rillrate-py

PyPI

Real-time UI for bots.

Python 3 bindings for RillRate.

How to use

Install the library:

sh pip install rillrate

Import it in your code and install a tracer:

```python 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.