Metadata-Version: 2.1
Name: zjcaod
Version: 0.0.2
Summary: zjcaod tools
Home-page: UNKNOWN
Author: zjcaod
Author-email: 1352514347@qq.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# zjcaod tools

## Installation
```shell
pip install src
pip uninstall src
```

## Dependency Package
```bash
pip install requests==2.26
pip install urllib3==1.26
```

## Table of Contents
- Http
  - get 执行http-get请求
  - post 执行http-post请求
  - put 执行http-put请求
  - delete 执行http-delete请求
  - patch 执行http-patch请求

