Metadata-Version: 1.1
Name: bchart
Version: 0.1.1
Summary: A Python script for bChart
Home-page: https://github.com/jessemao/bChart-python
Author: Jingxian Mao
Author-email: jessemao@gmail.com
License: MIT License
Description: bChart
        =======
        
        A Python Library for bChart
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        This library helps python developers to visualize their data with bChart. This is lightweight and easy to use. No need of javascript experience. 
        
        Concept
        -------
        
        The data capabilities of Python. The visualization capabilities of
        JavaScript.
        
        bChart-Python let python developers to create a couple of different charts and render them in browsers. It shares the same APIs as the bChart (bchart.org) for javascript developers. It is easy of use, and you can customize your chart through python other than CSS/Javascript.
        
        
Keywords: data visualization,bChart,d3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
