Metadata-Version: 2.4
Name: adk-utils
Version: 0.0.1
Summary: Various utilities (tools, callbacks etc) for Google ADK based agentic applications.
Project-URL: repository, https://github.com/ksachdeva/adk-utils
Author: Sachdeva, Kapil
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: microsoft-kiota-abstractions>=1.9.7
Requires-Dist: microsoft-kiota-http>=1.9.7
Requires-Dist: microsoft-kiota-serialization-form>=1.9.7
Requires-Dist: microsoft-kiota-serialization-json>=1.9.7
Requires-Dist: microsoft-kiota-serialization-multipart>=1.9.7
Requires-Dist: microsoft-kiota-serialization-text>=1.9.7
Requires-Dist: pydantic-settings>=2.9.1
Requires-Dist: pydantic>=2.11.5
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: rich>=14.0.0
Requires-Dist: typer>=0.16.0
Description-Content-Type: text/markdown

# adk-utils
A collection of reusable utilities (Tools, callbacks etc) for Google ADK based agentic applications
