Metadata-Version: 2.4
Name: sensors
Version: 0.1
Summary: Python binding for lm_sensors (Linux monitoring sensors)
Home-page: https://github.com/bastienleonard/pysensors
Author: Bastien Léonard
Author-email: bastien.leonard@gmail.com
License: BSD
Platform: Linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Monitoring
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: summary

# pySensors

Easily control your hardware sensors (temperature, fan speed, etc.) with a
simple Python API.

[Documentation](https://bastienleonard.github.io/pysensors)

## The lm_sensors C library

This is really a binding for the lm_sensors C library. Its
[official homepage](http://lm-sensors.org) has been unavailable for a while,
but you can still find extensive information from those links:

* [Arch Linux wiki page](https://wiki.archlinux.org/title/Lm_sensors)
* [GitHub project](https://github.com/lm-sensors/lm-sensors)
* [Copy of the old homepage](https://hwmon.wiki.kernel.org/lm_sensors)
