Metadata-Version: 2.1
Name: google_functionregistry
Version: 0.2.6
Summary: Google Function and Parser Registry
License: MIT
Author: Torstein Sørnes
Author-email: t.soernes@gmail.com
Requires-Python: >=3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: betterpathlib (>=0.1.1)
Requires-Dist: google-genai (>=1.4.0)
Requires-Dist: google-generativeai (>=0.8.4)
Requires-Dist: ipython (>=9.0.1)
Requires-Dist: pydantic (>=2.9.2)
Requires-Dist: python-dotenv (>=1.0.1)
Requires-Dist: six (>=1.17.0)
Description-Content-Type: text/markdown

# OpenAI Function Registry

A function registry to interact with the OpenAI Chat client function (tool) calling API.

See usage example.

`poetry install`

