File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' pydantic-forms ' : patch
3+ ---
4+
5+ Adds README stub
Original file line number Diff line number Diff line change 1+ ---
2+ ' pydantic-forms ' : patch
3+ ---
4+
5+ Fixes README typos
Original file line number Diff line number Diff line change 11# ` Pydantic forms `
22
33This package generates forms based on a backend that serves JSON Schema and handles form submission. It is meant to be used with the
4- the [ pydantic forms] ( 1 ) python module which serves JSON schema based on [ pydantic models] ( 2 ) .
4+ the [ pydantic forms] [ 1 ] python module which serves JSON schema based on [ pydantic models] [ 2 ] .
55
66## Installation
77
@@ -11,5 +11,5 @@ the [pydantic forms](1) python module which serves JSON schema based on [pydanti
1111
1212TODO
1313
14- 1: https://pypi.org/project/pydantic-forms/
15- 2: https://docs.pydantic.dev/latest /
14+ [ 1 ] : https://pypi.org/project/pydantic-forms/
15+ [ 2 ] : https://docs.pydantic.dev/
You can’t perform that action at this time.
0 commit comments