Metadata-Version: 2.1
Name: py-ws-libp2p-proxy
Version: 0.1.4
Summary: API for libp2p-ws-proxy
Home-page: https://github.com/tubleronchik/py-libp2p-proxy
License: Apache-2.0
Author: Mariia Livshits
Author-email: m.bystramovich@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: websockets (>=12.0,<13.0)
Project-URL: Repository, https://github.com/tubleronchik/py-libp2p-proxy
Description-Content-Type: text/markdown

# Libp2p-Proxy API

API for the [proxy](https://github.com/PinoutLTD/libp2p-ws-proxy)

## Installation

```
pip install py-ws-libp2p-proxy
```

## Usage

```
from pyproxy import Libp2pProxyAPI
```

Look at the `__init__.py` file to find out about api calls.
