Metadata-Version: 2.1
Name: functic
Version: 0.3.0
Summary: Quick define a function compatibility to OpenAI function tool.
License: MIT
Author: allen2c
Author-email: f1470891079@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: all
Provides-Extra: svc
Requires-Dist: diskcache
Requires-Dist: fastapi[standard] ; extra == "all" or extra == "svc"
Requires-Dist: json_repair
Requires-Dist: loguru ; extra == "all" or extra == "svc"
Requires-Dist: openai (>=1,<2)
Requires-Dist: pydantic (>=2,<3)
Requires-Dist: pydantic-settings
Requires-Dist: pymongo[srv] ; extra == "all" or extra == "svc"
Requires-Dist: redis (>=5,<6)
Description-Content-Type: text/markdown

# functic
Quick define a function compatibility to OpenAI function tool.

