Metadata-Version: 2.5
Name: rldyour-sysinfo
Version: 0.2.0
Summary: Python client for the rldyour-sysinfo live metrics daemon
Project-URL: Homepage, https://github.com/NDDev-OpenNetwork/rldyour-sysinfo
Project-URL: Repository, https://github.com/NDDev-OpenNetwork/rldyour-sysinfo
Project-URL: Issues, https://github.com/NDDev-OpenNetwork/rldyour-sysinfo/issues
Author: NDDev OpenNetwork
License-Expression: AGPL-3.0-or-later
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# rldyour-sysinfo Python client

Typed, dependency-free client for the local JSON protocol exposed by the
`rldyour-sysinfod` Rust daemon.

```python
from rldyour_sysinfo import samples

for sample in samples(interval=2):
    print(sample["gpu"])
```

The command `rldyour-sysinfo --once` prints one sample as JSON. Install the
daemon from the [main repository](https://github.com/NDDev-OpenNetwork/rldyour-sysinfo).
