Metadata-Version: 2.1
Name: json-schema-to-dash-forms
Version: 0.1.8
Summary: JSON schema to Dash forms
Home-page: https://github.com/catalystneuro/json-schema-to-dash-forms
Author: Luiz Tauffer and Vinicius Camozzato Vaz
Author-email: luiz@taufferconsulting.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# json-schema-to-dash-forms

[![PyPI version](https://badge.fury.io/py/json-schema-to-dash-forms.svg)](https://badge.fury.io/py/json-schema-to-dash-forms)

Component that easily creates complex forms in Dash application directly from JSON schemas.

## Install

From PyPI:
```
pip install json-schema-to-dash-forms
```

## Use

You can find a standalone example [here](https://github.com/catalystneuro/json-schema-to-dash-forms/blob/main/examples/standalone_example.py) and detailed documentation [here](https://github.com/catalystneuro/json-schema-to-dash-forms/tree/main/documentation).


