Skip to content

Installation

Requirements

  • Python 3.12 or higher

Install from PyPI

pip install haiway

Optional Dependencies

You may choose to install haiway including optional support for OpenTelemetry, httpx, and Postgres.

OpenTelemetry Support

For distributed tracing and observability:

pip install "haiway[opentelemetry]"

For httpx implementation of http client:

pip install "haiway[httpx]"

For Postgres (asyncpg) support:

pip install "haiway[postgres]"

Now you're ready to continue with the Quick Start guide!