Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

rldyour-sysinfo Python client

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

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.