Metadata-Version: 2.1
Name: fastapi-healthchecks
Version: 1.0.2
Summary: FastAPI Healthchecks
License: MIT
Keywords: fastapi,healthcheck
Author: RockITSoft
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: all
Provides-Extra: ceph
Provides-Extra: http
Provides-Extra: postgres
Provides-Extra: rabbitmq
Provides-Extra: redis
Requires-Dist: aio-pika (>=7); extra == "all" or extra == "rabbitmq"
Requires-Dist: aiohttp[speedups] (>=3,<4); extra == "all" or extra == "http"
Requires-Dist: aiorgwadmin (>=1,<2); extra == "all" or extra == "ceph"
Requires-Dist: asyncpg (>=0.25.0); extra == "all" or extra == "postgres"
Requires-Dist: fastapi (>=0.70.1)
Requires-Dist: redis (>=4,<5); extra == "all" or extra == "redis"
Description-Content-Type: text/markdown

# fastapi-healthchecks
FastAPI healthchecks

