Metadata-Version: 2.4
Name: tempcli
Version: 0.1.0
Summary: Query temperature sensor history from the command line via Netdata
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# tempcli
Command-line tool to query temperature data.

Only linux machines with `netdata` installed for the moment.
A tool like this should exist which supports different daemons and different OSes. Who is going to make it! Not me.

This code is AI-generated.

## Motivation
My computer started freezing. I am suspiscious that it is temperature. The was no simple tool to query this. There should be.


## Alternatives and prior work
`lm-sensors` can query temperature sensors. You could put this in a script. There used to be a tool called `sensord` as part of `lm-sensors` to store values.
`netdata` can be queried directly via api.



## Installation
`sudo apt install netdata`

`pipx install tempcli`

## Usage
`tempcli`
