Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Real-time UI for bots and tools / Python bindings
- Host: GitHub
- URL: https://github.com/rillrate-fossil/rillrate-py
- Owner: rillrate-fossil
- License: apache-2.0
- Created: 2020-12-13T20:49:40.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-09-17T07:48:30.000Z (over 3 years ago)
- Last Synced: 2023-12-20T14:05:00.217Z (about 1 year ago)
- Topics: dashboard, embedded, gui, monitoring, python, real-time, ui, webui
- Language: Rust
- Homepage: https://rillrate.com
- Size: 131 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/rillrateReal-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.