Metadata-Version: 2.1
Name: bento-dash
Version: 0.0.1
Summary: Create Plotly Dash apps via templates
Home-page: https://github.com/dereklarson/bento
Author: Derek Larson
Author-email: larson.derek.a@gmail.com
License: MIT
Description: # Bento
        
        [![GitHub](https://img.shields.io/github/license/dereklarson/bento?style=for-the-badge)](https://github.com/dereklarson/bento/blob/master/LICENSE)
        [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dereklarson/bento?style=for-the-badge)](https://github.com/dereklarson/bento/graphs/contributors)
        [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/dereklarson/bento.svg?style=for-the-badge)](https://lgtm.com/projects/g/dereklarson/bento/context:python)
        [![Total alerts](https://img.shields.io/lgtm/alerts/g/dereklarson/bento.svg?style=for-the-badge)](https://lgtm.com/projects/g/dereklarson/bento/alerts/)
        
        ### *Create Plotly Dash apps via templates*
        
        ![Bento Example](bento_example.gif)
        
        Bento is a templating engine built on [Plotly Dash](https://plotly.com/dash/). It lets you
        write a high-level description of your desired interactive dashboard and generates
        the application code for you. By providing a set of reusable building blocks and
        abstracting away some of the more complicated aspects, it aims to flatten the learning
        curve of dashboarding!
        
        ## Quickstart
        Dependencies: Python 3.7+
        
        Bento is currently on the test PyPI repository, and can be installed with:
        
        `pip3 install --index-url https://test.pypi.org/simple/ bento-dash==0.1.6`
        
        To make sure everything is working, try building the demo app:
        
        `python3 -m bento.dashboards.demo`
        
        If there are no warnings, you should see `bento_app.py` and `assets/`.
        You can now run:
        
        `python3 bento_app.py`
        
        And navigate in your browser to `localhost:8050`.
        
        ## Developing with Bento
        If you're interested in creating and deploying a Bento dashboard, I recommend setting
        up a Docker-friendly environment. I created a repo that can get you going called
        [Bento Builder](https://github.com/dereklarson/bento_builder).
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.7
Description-Content-Type: text/markdown
