Metadata-Version: 2.1
Name: cputemp
Version: 0.0.5
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
Description: # Show Raspberry Pi's or Orange Pi's CPU temperature
        
        It reads CPU temperature from `/sys/class/thermal/thermal_zone0/temp`.
        
        Install:
        ```bash
        # pip install cputemp
        ```
        
        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
        
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
