Intro This is an experimental package to expose sysinfo functionality in psutil compatible manner How to test create venv and install maturin maturin develop python3 from rsutil import Process p = Process() p.kill()