Metadata-Version: 2.4
Name: netrelay
Version: 1.1.0
Summary: Advanced async relay manager with health checks, failover, circuit breaker, and CLI
Author: NetRelay Contributors
License: MIT
Keywords: relay,network,failover,health-check,async,aiohttp,circuit-breaker
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9
Requires-Dist: rich>=13.7
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: build>=1.2; extra == "dev"
Dynamic: license-file

# NetRelay

NetRelay is an advanced async relay manager for authorized HTTP workloads.
## Install
```bash
pip install -e .
```

