pyexcel-pygal - Let you focus on data, instead of file formats

Author:C.W.
Source code:http://github.com/pyexcel/pyexcel-pygal.git
Issues:http://github.com/pyexcel/pyexcel-pygal/issues
License:New BSD License
Released:0.0.1
Generated:Aug 20, 2017

Introduction

pyexcel-pygal is a tiny plugin of pyexcel to turn pyexcel data into chart graphics using pygal.

To see pyexcel-pygal in action with Jupyter notebook, please checkout the resource on github folder

Installation

You can install it via pip:

$ pip install pyexcel-pygal

or clone it and install it:

$ git clone https://github.com/pyexcel/pyexcel-pygal.git
$ cd pyexcel-pygal
$ python setup.py install