Metadata-Version: 2.1
Name: pozalabs-compose
Version: 1.2.0
Summary: Backend components for Pozalabs
License: MIT
Author: sunwoong
Author-email: sunwoong@pozalabs.com
Requires-Python: >=3.11,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: aws
Provides-Extra: bcrypt
Provides-Extra: fastapi
Provides-Extra: logging
Provides-Extra: opentelmetry
Provides-Extra: orjson
Provides-Extra: sentry
Requires-Dist: authlib (>=1.3.1,<2.0.0)
Requires-Dist: bcrypt (>=4.2.0,<5.0.0) ; extra == "bcrypt"
Requires-Dist: boto3 (>=1.28.73,<2.0.0) ; extra == "aws"
Requires-Dist: fastapi (>=0.110.1,<0.111.0) ; extra == "fastapi"
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0) ; extra == "logging"
Requires-Dist: opentelemetry-distro[otlp] (>=0.46b0,<0.47) ; extra == "opentelmetry"
Requires-Dist: orjson (>=3.9.10,<4.0.0) ; extra == "orjson"
Requires-Dist: pendulum (>=3.0.0,<4.0.0)
Requires-Dist: pozalabs-dependency-injector (>=4.43.0,<5.0.0)
Requires-Dist: pydantic (>=2.7.4,<3.0.0)
Requires-Dist: pymongo[aws] (>=4.6.3,<5.0.0)
Requires-Dist: sentry-sdk[fastapi,loguru,pymongo] (>=2.2.0,<3.0.0) ; extra == "sentry"
