Metadata-Version: 2.1
Name: python-http_request
Version: 0.1.3
Summary: Python http response utils.
Home-page: https://github.com/ChenyangGao/python-modules/tree/main/python-http_request
License: MIT
Keywords: http,request
Author: ChenyangGao
Author-email: wosiwujm@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: http_response (>=0.0.7)
Requires-Dist: orjson
Requires-Dist: python-asynctools (>=0.1.3)
Requires-Dist: python-dicttools (>=0.0.2)
Requires-Dist: python-ensure (>=0.0.1)
Requires-Dist: python-filewrap (>=0.2.8)
Requires-Dist: python-texttools (>=0.0.4)
Project-URL: Repository, https://github.com/ChenyangGao/python-modules/tree/main/python-http_request
Description-Content-Type: text/markdown

# Python http response utils.

## Installation

You can install from [pypi](https://pypi.org/project/python-http_request/)

```console
pip install -U python-http_request
```

## Usage

```python
import http_request
```

