Metadata-Version: 2.3
Name: http_content_parser
Version: 0.0.18
Summary: parse http's payload and response
Author-email: max su <suleiabc@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# HttpParser Package

This is a http content parser package.

## build package

```bash
python3 -m build
```

## upload to pypi

```bash
rm -f dist/*
 python3 -m twine upload dist/*
```
