Installation¶
Requirements¶
- Python 3.13 or higher
Install from PyPI¶
Optional Dependencies¶
You may choose to install haiway including optional support for OpenTelemetry, httpx, Postgres, and RabbitMQ.
OpenTelemetry Support¶
For distributed tracing and observability:
For httpx implementation of http client:
For Postgres (asyncpg) support:
For RabbitMQ (pika) support:
Now you're ready to continue with the Quick Start guide!