Skip to content

Commit

Permalink
README: add downloads badge
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 18, 2022
1 parent 08dcb97 commit e1239b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sensors.py
==========

[![Downloads](https://pepy.tech/badge/sensors-py)](https://pepy.tech/project/sensors-py)

python bindings using ctypes for libsensors3 of the [lm-sensors project](https://github.com/lm-sensors/lm-sensors). The code was written against libsensors 3.3.4.

For documentation of the low level API see [sensors.h](https://github.com/lm-sensors/lm-sensors/blob/master/lib/sensors.h). For an example of the high level API see [example.py](https://github.com/paroj/sensors.py/blob/master/example.py).
Expand Down

0 comments on commit e1239b4

Please sign in to comment.