Metadata-Version: 2.1
Name: py-hi
Version: 0.1.2
Summary: hi is a tiny cli program that send benchmark request to almost everything based on asyncio
License: GPLV3
Keywords: benchmark,asyncio,cli
Author: Ehco1996
Author-email: zh19960202@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7.3,<4.0.0)
Requires-Dist: rich (>=9.8.2,<10.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# hi

hi is a tiny cli program that send benchmark request to "almost" everything. note that it's inspired by [rakyll/hey](https://github.com/rakyll/hey) and implemented by python/asyncio

## Install

 `pip install py-hi`

## Usage

* say hi to github

 `hi https://github.com`

* you will see

``` bash
➜ hi https://github.com

Send request to https://github.com

Summary:
Total:          6.327 secs
Slowest:        6.297 secs
Fastest:        1.447 secs
Average:        4.388 secs
Requests/sec:   31.611

Status code distribution:
[200]        200 responses
```

## TODO

* more send flag
* request benchmark through shadowsocks

