Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rillrate-fossil/rillrate-py

Real-time UI for bots and tools / Python bindings
https://github.com/rillrate-fossil/rillrate-py

dashboard embedded gui monitoring python real-time ui webui

Last synced: about 1 month ago
JSON representation

Real-time UI for bots and tools / Python bindings

Awesome Lists containing this project

README

        

# rillrate-py

[![PyPI][pypi-badge]][pypi-url]

[pypi-badge]: https://badge.fury.io/py/rillrate.svg
[pypi-url]: https://pypi.org/project/rillrate

Real-time UI for bots.

Python 3 bindings for [**RillRate**][rillrate].

[rillrate]: https://github.com/rillrate/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.