Metadata-Version: 2.1
Name: json_schema_to_dash_forms
Version: 0.1.7
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
Description: # 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).
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
