Metadata-Version: 2.1
Name: dash-google-charts
Version: 0.0.2
Summary: Google Charts for Plotly Dash
Home-page: https://github.com/tcbegley/dash-google-charts
Author: Tom Begley
Author-email: tomcbegley@gmail.com
License: Apache Software License
Description: # dash-google-charts
        
        Google Charts components for Plotly Dash built on top of [react-google-charts][rgc].
        
        **Warning**: *dash-google-charts* is still pretty experimental, the interface and
        features could change, and some components may not be fully functional yet. Use
        with caution.
        
        ## Getting started
        
        Install with `pip`:
        
        ```
        pip install dash-google-charts
        ```
        
        Check out `examples/` for more.
        
        
        [rgc]: https://react-google-charts.com/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
