Metadata-Version: 2.1
Name: httpgo
Version: 0.4.0
Summary: CLI tool based on Requests
License: MIT
Author: RicarTang
Author-email: 357965604@qq.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Project-URL: repository, https://github.com/RicarTang/pyhttpcli
Description-Content-Type: text/markdown

# httpgo
## 概述
该工具使用Typer构建，是基于requests的一个http cli工具。
## 安装
```
pip install httpgo
```
## 检查是否安装
```
$ httpgo --version
```
