Metadata-Version: 2.1
Name: httpy
Version: 1.6.2
Summary: Lightweight socket-based HTTP(s) and WebSocket client.
Home-page: https://github.com/jenca-adam/httpy
Author: Adam Jenca
Author-email: jenca.a@gjh.sk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Environment :: Web Environment
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE

[![Latest Release](https://badgen.net/github/release/jenca-adam/httpy?color=green)](https://github.com/jenca-adam/httpy/releases/latest) [![Stars](https://badgen.net/github/stars/jenca-adam/httpy?color=red)](https://github.com/jenca-adam/httpy/) [![Tags](https://badgen.net/github/tags/jenca-adam/httpy?color=cyan)](https://github.com/jenca-adam/httpy/tags) [![Releases Count](https://badgen.net/github/releases/jenca-adam/httpy?color=yellow)](https://github.com/jenca-adam/httpy/releases) [![License](https://badgen.net/github/license/jenca-adam/httpy?color=black)](https://github.com/jenca-adam/httpy/blob/main/LICENSE) [![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com/jenca-adam/httpy/) [![PyPI](https://badgen.net/badge/icon/pypi?icon=pypi&label&color=purple)](https://pypi.org/project/httpy) [![Documentation Status](https://readthedocs.org/projects/httpy/badge/?version=latest)](https://httpy.readthedocs.io/en/latest/?badge=latest) [![Size](https://badgen.net/badgesize/normal/jenca-adam/httpy/master/httpy/__init__.py)](https://github.com/jenca-adam/httpy)
      <br>
A lightweight socket-based library to create HTTP(s) and WebSocket connections.
## Install
From PyPI
```
   $ pip install httpy
```
On Arch Linux
```
   $ yay -S httpy
```
## Features
   * Cookies support
   * Caching support
   * Easy debugging
   * HTTP authentication
   * Form support
   * JSON support
   * Connection pooling
   * Session support	
   * Runs on PyPy


Docs at <https://httpy.readthedocs.io/>
