| Crates.io | rillrate-py |
| lib.rs | rillrate-py |
| version | 0.40.0 |
| created_at | 2021-01-16 19:50:06.716415+00 |
| updated_at | 2021-09-17 07:55:55.431377+00 |
| description | rillrate bindings for python |
| homepage | https://github.com/rate-technology/rillrate-py |
| repository | https://github.com/rate-technology/rillrate-py |
| max_upload_size | |
| id | 342912 |
| size | 38,324 |
Real-time UI for bots.
Python 3 bindings for RillRate.
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");
You can also monitor internal Python stats.