Metadata-Version: 2.1
Name: pywaffle
Version: 0.2.3
Summary: A FigureClass of Matplotlib to make waffle chart.
Home-page: https://github.com/ligyxy/PyWaffle
Author: Guangyang Li
Author-email: mail@guangyangli.com
License: MIT
Keywords: matplotlib waffle chart pie plot data visualization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: matplotlib

PyWaffle
========

PyPI page: `https://pypi.python.org/pypi/pywaffle <https://pypi.python.org/pypi/pywaffle>`_

Documentation: `http://pywaffle.readthedocs.io <http://pywaffle.readthedocs.io>`_

Introduction
------------

PyWaffle is a Python package to make waffle chart, bases on `Matplotlib <https://matplotlib.org/>`_.

It provides a `Figure constructor class <https://matplotlib.org/gallery/subplots_axes_and_figures/custom_figure_class.html>`_ ``Waffle``, which could be passed to `matplotlib.pyplot.figure <https://matplotlib.org/api/_as_gen/matplotlib.pyplot.figure.html>`_ and generates a matplotlib Figure object.

Installation
------------

.. code:: bash

    pip install pywaffle

License
-------

* PyWaffle is under MIT license, see `LICENSE` file for the details.
* The Font Awesome font is licensed under the SIL OFL 1.1: `http://scripts.sil.org/OFL <http://scripts.sil.org/OFL>`_


