pydantic-forms
v0.10.2
Published
Library that turns JSONSchema into frontend forms
Maintainers
Readme
Pydantic forms
This package generates forms based on a backend that serves JSON Schema and handles form submission. It is meant to be used with the the pydantic forms python module which serves JSON schema based on pydantic models.
Installation
npm install pydantic-forms
Usage
TODO
