Metadata-Version: 2.4
Name: engrate-sdk
Version: 0.0.2
Summary: Engrate SDK for plugin developers
Project-URL: Homepage, https://engrate.io
Project-URL: Repository, https://github.com/engrate/engrate-sdk
Author-email: Engrate Dev <dev@engrate.io>
Maintainer-email: Carlos <carlos@engrate.io>, Joel <joel@engrate.io>, Rille <rille@engrate.io>
License: MIT
Keywords: api-client,energy,engrate,http-client,logging,mcp,plugins,sdk
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Logging
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: fastapi~=0.115.12
Requires-Dist: httpx<1.0.0,>=0.25.0
Requires-Dist: pydantic-settings<3.0.0,>=2.0.0
Requires-Dist: pydantic<3.0.0,>=2.0.0
Requires-Dist: python-dotenv<2.0.0,>=1.0.0
Requires-Dist: pyyaml~=6.0.2
Requires-Dist: structlog<25.0.0,>=24.0.0
Requires-Dist: tenacity<9.0.0,>=8.2.0
Requires-Dist: typing-extensions>=4.8.0; python_version < '3.11'
Requires-Dist: uvicorn[standard]~=0.24.0.post1
Description-Content-Type: text/markdown

# Engrate SDK

A utility SDK providing common services for logging, configuration, and HTTP clients to connect the Engrate Platform.
