Metadata-Version: 2.1
Name: mynetwork
Version: 0.1.3
Summary: 
Home-page: https://github.com/yks0000/mynetwork
Author: Yogesh Sharma
Author-email: yks0000@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: hurry-filesize (>=0.9,<0.10)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: speedtest-cli (>=2.1.3,<3.0.0)
Project-URL: Repository, https://github.com/yks0000/mynetwork
Description-Content-Type: text/markdown

# MyNetwork CLI

## Usage
```bash
Usage: mynetwork [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  ip
  speed  Speed Group
```

## Speed Group:

```bash
Usage: mynetwork speed [OPTIONS] COMMAND [ARGS]...

  Speed Group

Options:
  --help  Show this message and exit.

Commands:
  download
  upload
```
