[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/comfuture/function-schema/main/function_schema/__init__.py [Back]  [Original]

"""
A small utility to generate JSON schemas for python functions.
"""
from .core import get_function_schema, guess_type, Doc, Annotated

__version__ = "0.4.5"
__all__ = (
    "__version__",
    "get_function_schema",
    "guess_type",
    "Doc",
    "Annotated",
)

Web Proxy Viewer  |  New URL  |  Original Page