Metadata-Version: 2.1
Name: validio-plotting
Version: 0.2.0
Summary: App to graph  metrics from Validio SDK
License: Apache-2.0
Author: Validio
Author-email: support@validio.io
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: plotext (>=5.2.8,<6.0.0)
Requires-Dist: prompt-toolkit (>=3.0.43,<4.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Requires-Dist: validio-cli (==0.17.0)
Requires-Dist: validio-sdk (==0.17.0)
Description-Content-Type: text/markdown

# validio-plotting

This is a tool that uses the [`validio-sdk`] to fetch metrics and plot them in
the terminal.

## Usage

The application uses the same CLI system as `validio-cli` which will hopefully
make you feel familiar.

```sh
› validio-plotting  --historical-minutes 10 --refresh-interval 2
```

