Metadata-Version: 2.1
Name: fastapi-components
Version: 0.4.1
Summary: This library makes it easy to add dependencies to your fastapi service
Author: Dmitriy Troyan
Author-email: kashil.dima@yandex.ru
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: aiohttp
Provides-Extra: all
Provides-Extra: kafka
Provides-Extra: mongo
Provides-Extra: postgres
Provides-Extra: redis
Provides-Extra: web
Requires-Dist: aiohttp (>=3.7.3,<4.0.0); extra == "aiohttp" or extra == "all"
Requires-Dist: aiokafka (>=0.7,<0.8); extra == "kafka" or extra == "all"
Requires-Dist: aiopg (>=1.1,<2.0); extra == "postgres" or extra == "all"
Requires-Dist: aioredis (>=1.3,<2.0); extra == "redis" or extra == "all"
Requires-Dist: fastapi (>=0.63,<0.64); extra == "web" or extra == "all"
Requires-Dist: loguru (>=0.5,<0.6)
Requires-Dist: motor (>=2.3.1,<3.0.0); extra == "mongo" or extra == "all"
Requires-Dist: pydantic[dotenv] (>=1.7,<2.0)
Requires-Dist: sqlalchemy (>=1.3.24,<1.4.0); extra == "postgres" or extra == "all"
Requires-Dist: uvicorn[uvloop] (>=0.13,<0.14); extra == "web" or extra == "all"
