Metadata-Version: 2.1
Name: dash-google-charts
Version: 0.0.3
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
Project-URL: Bug Reports, https://github.com/tcbegley/dash-google-charts/issues
Description: # dash-google-charts
        
        [![CircleCI](https://circleci.com/gh/tcbegley/dash-google-charts/tree/master.svg?style=shield)](https://circleci.com/gh/tcbegley/dash-google-charts/tree/master)
        [![PyPI version](https://badge.fury.io/py/dash-google-charts.svg)](https://badge.fury.io/py/dash-google-charts)
        ![](https://img.shields.io/github/license/tcbegley/dash-google-charts.svg?style=flat)
        ![](https://img.shields.io/pypi/pyversions/dash-google-charts.svg?style=flat)
        
        
        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
        ```
        
        See [the examples][examples] for basic usage. Some examples make use of the
        `gviz_api` helper library, available [here][gviz]. This is useful for
        serialising your data in a JSON format ready for passing to Google Charts. The
        `gviz_api` library can be installed with `pip`:
        
        ```
        pip install gviz_api
        ```
        
        [rgc]: https://react-google-charts.com/
        [gviz]: https://github.com/google/google-visualization-python
        [examples]: https://github.com/tcbegley/dash-google-charts/tree/master/examples
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Dash
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
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
