Skip to content

Installation

With pip:

pip install fast-healthchecks

With poetry:

poetry add fast-healthchecks

With uv:

uv add fast-healthchecks

Backends (Redis, Kafka, Mongo, PostgreSQL, etc.) and framework integrations are optional. Install the extras you need, e.g. pip install fast-healthchecks[redis] or pip install fast-healthchecks[redis,mongo,fastapi]. See the project's pyproject.toml for all extra names (asyncpg, psycopg, redis, aio-pika, httpx, aiokafka, motor, fastapi, faststream, litestar, opensearch).