Metadata-Version: 2.1
Name: openai-func-call
Version: 0.1.0
Summary: Easily pass python functions to openai function calling.
License: MIT
Author: Joscha Gutjahr
Author-email: lockomoto@googlemail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: case-converter (>=1.1.0,<2.0.0)
Requires-Dist: docstring-parser (>=0.15,<0.16)
Requires-Dist: pydantic (>=1.10.9,<2.0.0)
Description-Content-Type: text/markdown

Package for formatting python functions to be provided to the openai api.
