Metadata-Version: 2.1
Name: pywaffle
Version: 1.0.1
Summary: PyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.
Home-page: https://github.com/gyli/PyWaffle
Author: Guangyang Li
Author-email: mail@guangyangli.com
License: MIT
Keywords: matplotlib waffle chart pie plot data visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE

PyWaffle
========

.. image:: https://badge.fury.io/py/pywaffle.svg
 :target: https://pypi.org/project/pywaffle/

.. image:: https://readthedocs.org/projects/pywaffle/badge/?version=latest&style=flat
 :target: https://readthedocs.org/projects/pywaffle/badge/?version=latest&style=flat

.. image:: https://img.shields.io/badge/run-Online%20Demo-blue
 :target: https://mybinder.org/v2/gh/gyli/PyWaffle/master?filepath=demo.ipynb

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

PyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.

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

Demo
----

`Online Demo <https://mybinder.org/v2/gh/gyli/PyWaffle/master?filepath=demo.ipynb>`_

Documentation
-------------

`https://pywaffle.readthedocs.io/ <https://pywaffle.readthedocs.io/>`_

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>`_


