Metadata-Version: 2.1
Name: coretus-common
Version: 0.1.14
Summary: Centralized error handling package for FastAPI applications.
Home-page: https://github.com/coretus-technologies/coretus-common.git
Author: sandeep
Author-email: sandeep@coretus.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Provides-Extra: mongo
Requires-Dist: pymongo>=3.11; extra == "mongo"
Provides-Extra: jwt
Requires-Dist: pyjwt>=2.0.0; extra == "jwt"
