Metadata-Version: 2.1
Name: pingplot
Version: 0.1.3
Summary: Create a graph depicting latency to arbitrary addresses over time
License: MIT
Author: DJ Stomp
Author-email: 85457381+djstompzone@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: netifaces (>=0.11.0,<0.12.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Description-Content-Type: text/markdown

# pingplot

Plot your pings, ping your plots!

## Installation

Install `pingplot`

```
cd pingplot
pip install 
```


## Usage

Execute the script with:

```
python -m pingplot
```

For help, include the `--help` argument
