Metadata-Version: 2.1
Name: cputemp
Version: 0.0.4
Summary: Show Raspberry Pi's or Orange Pi's CPU temperature
Home-page: https://github.com/gyengus/cputemp
Author: Gyengus
Author-email: gyengus@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown

# Show Raspberry Pi's or Orange Pi's CPU temperature

It reads CPU temperature from `/sys/class/thermal/thermal_zone0/temp`.

Usage: 
```bash
$ cputemp.py [option]
```

Options: | &nbsp;
:--- | ---:
-h, --help | display this help and exit
-f, --format telegraf\|n | setting output format
-c, --continuous | refresh every 10 seconds

Project page: https://github.com/gyengus/cputemp


