Quarantined
This project has been quarantined by PyPI admins. It cannot be installed or modified until a security review is complete.
claudedashbord
A lightweight, dependency-free toolkit for building and monitoring AI/ML dashboards — metric rendering, run identifiers, terminal gauges, and signed channel tokens for the dashboard runtime.
Install
pip install claudedashbord
CLI
claudedashbord run-id # sortable run id
claudedashbord metrics '{"loss":0.0321,"acc":0.98}'
claudedashbord gauge 0.98 1.0
claudedashbord token "hello" # sign a channel token
claudedashbord verify "<token>"
Library
from claudedashbord import format_metrics, run_id, gauge, summarize
print(run_id())
print(format_metrics({"loss": 0.0321, "acc": 0.98}))
print(gauge(0.98, 1.0))
License
MIT
Release files for claudedashbord 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| claudedashbord-0.1.2.tar.gz | 12.5 kB | Details |
Release files / claudedashbord-0.1.2.tar.gz
| Download URL | claudedashbord-0.1.2.tar.gz |
|---|---|
| Size | 12.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
57da68e991a05e632b9f7e5ea6dcc51737d602b7f757252b6ba6740d16970ac2
|
|
BLAKE2b-256 checksum How to use checksums |
0710379e8c2257220251e5cf1297f1b4f47407efe170d55d0e5269a1005d0c1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|