Metadata-Version: 2.3
Name: monkey-service-kit
Version: 2.4.0
Summary: A collection of functions and objects that help the Monkey team bootstrap, build, and maintain services
License: GPLv3
Author: Mike Salvatore
Author-email: mike.salvatore@akamai.com
Requires-Python: >=3.11, <4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: api
Provides-Extra: psycopg
Requires-Dist: fastapi (>=0.115.6,<1.0.0) ; extra == "api"
Requires-Dist: loguru (>=0.7.3,<1.0)
Requires-Dist: monkey-types (>=1.0.0,<3.0.0)
Requires-Dist: psycopg (>=3.2.4,<4.0.0) ; extra == "psycopg"
Requires-Dist: pydantic-settings (>=2.7.1,<3.0)
Requires-Dist: pygments (>=2.19.1,<3.0.0)
Requires-Dist: python-ulid (>=3.0.0,<4.0.0) ; extra == "api"
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: uvicorn (>=0.34.0,<1.0.0) ; extra == "api"
Project-URL: Repository, https://github.com/guardicode/service-kit
