Metadata-Version: 2.4
Name: xpyd
Version: 1.2.0
Summary: xPyD: Lightweight Prefill-Decode disaggregated LLM serving toolkit
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: xpyd-proxy>=1.2.0
Requires-Dist: xpyd-sim>=0.3.0

# xPyD

Meta-package for the xPyD ecosystem. Installs all components:

```bash
pip install xpyd
```

This installs:
- **xpyd-proxy** — Lightweight Prefill-Decode proxy for disaggregated LLM serving
- **xpyd-sim** — OpenAI-compatible LLM inference simulator

Individual packages can also be installed separately:
```bash
pip install xpyd-proxy  # proxy only
pip install xpyd-sim    # simulator only
```
