Metadata-Version: 2.1
Name: turbo-dash
Version: 0.3.0
Summary: automated Dash framework with templates
Home-page: https://github.com/turbo3136/turbo_dash
Author: turbo3136
Author-email: turbo3136@gmail.com
License: UNKNOWN
Description: # turbo_dash
        automated Dash framework with templates
        
        ## Quickstart
        `pip install turbo-dash`
        
        ## Usage
        - Multi Page App:
          - `./app.py` - initialize the app and server
          - `./index.py` - callback for page content Div (run this file to run the app)
          - `./homepage.py` - homepage layout and callback
          - `./app1.py` - app1 layout and callback
          - `./app2.py` - app2 layout and callback
          - `./fourohfour.py` - fourohfour layout and callback
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
