We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf18fa3 commit e4f3552Copy full SHA for e4f3552
README.md
@@ -1,5 +1,7 @@
1
# Function schema
2
3
+[](https://badge.fury.io/py/function-schema)
4
+
5
This is a small utility to generate JSON schemas for python functions.
6
With power of type annotations, it is possible to generate a schema for a function without describing it twice.
7
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "function-schema"
-version = "0.1.1"
+version = "0.2.0"
requires-python = ">= 3.9"
description = "A small utility to generate JSON schemas for python functions."
readme = "README.md"
0 commit comments