Metadata-Version: 2.4
Name: hanzo-network
Version: 0.1.2
Summary: Agent network orchestration for Hanzo AI
Author-email: Hanzo AI <dev@hanzo.ai>
License-Expression: BSD-3-Clause
Requires-Python: >=3.8
Requires-Dist: aiohttp-cors>=0.7.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: grpcio-tools>=1.50.0
Requires-Dist: grpcio>=1.50.0
Requires-Dist: hanzo-agents>=0.1.0
Requires-Dist: httpx>=0.23.0
Requires-Dist: protobuf>=4.0.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: rich>=13.0.0
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# Hanzo Network

Decentralized compute network for AI workloads.

## Installation

```bash
pip install hanzo-network
```

## Usage

```python
from hanzo_network import Network

# Initialize the network
network = Network()

# Join the network as a compute provider
network.join()
```

## Documentation

See [https://docs.hanzo.ai/network](https://docs.hanzo.ai/network) for full documentation.