Metadata-Version: 2.1
Name: fleece-network
Version: 0.2.0
Summary: P2P socket built on aiortc.
Author: Linyu Wu
Author-email: celve03@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aioconsole (>=0.7.0,<0.8.0)
Requires-Dist: anyio (>=4.3.0,<5.0.0)
Requires-Dist: fastapi (>=0.110.1,<0.111.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: uvicorn (>=0.29.0,<0.30.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

# Fleece Network

## Installation

### Install From PyPI

```bash
pip install fleece-network
```

### Install From Source

```bash
pip install -e .
```

## Signaling Server

Run the signaling server by:

```bash
python3 -m fleece_network.signaling
```

## Network Test

There are some useful tools inside `examples` directory.

