Skip to content

Easy hardware health monitoring in Python for Linux systems

License

Notifications You must be signed in to change notification settings

cwstryker/pysensors

 
 

Repository files navigation

pySensors

This binding allows you to easily access the lm_sensors features from your Python programs, so that you can get or set information such as the speed of the fans or hardware temperature on Linux systems. This is actually a binding for libsensors, the C API from the lm_sensors project (http://lm-sensors.org).

You can read the documentation online here: https://bastienleonard.github.io/pysensors

The source code and the issue tracker can be found here: https://github.com/bastienleonard/pysensors

Name clash

Someone has created another binding called PySensors: https://bitbucket.org/blackjack/pysensors/ From the look of it, it seems more pythonic and incomplete.

Python 3 support

The binding has been recently adapted to Python 3. Feedback is welcome.

About

Easy hardware health monitoring in Python for Linux systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.4%
  • Python 5.6%