Real-time UI for bots.
Python 3 bindings for RillRate.
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"); ```
You can also monitor internal Python stats.