Metadata-Version: 2.4
Name: ghttp-tool
Version: 0.0.3
Summary: Multifunctional HTTP Lib
Author-email: GPGStudio <gpgstudio.original@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/GPGSTUDIO/GHTTP
Project-URL: Repository, https://github.com/GPGSTUDIO/GHTTP
Project-URL: Bug Reports, https://github.com/GPGSTUDIO/GHTTP/issues
Keywords: HTTP,TCP,Ethernet,Internet,Lan,Wan,
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: license-file

# **Multifunction HTTP lib!**!

Installing:
```python
pip install ghttp-tool
```

See examples in https://www.gpgstudio.ru/pypi/ghttp/examples

In latest version:
> Added python -m ghttp.serve
> Added python -m ghttp.cl
> Fixed some bugs
