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>`_
Raw data
{
"_id": null,
"home_page": "https://github.com/gyli/PyWaffle",
"name": "pywaffle",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "matplotlib waffle chart pie plot data visualization",
"author": "Guangyang Li",
"author_email": "mail@guangyangli.com",
"download_url": "https://files.pythonhosted.org/packages/75/4b/c0f432b1287ce2df12841929e406a0b466484255b88ca1e1fd6ca684a759/pywaffle-1.1.1.tar.gz",
"platform": null,
"description": "PyWaffle\n========\n\n.. image:: https://badge.fury.io/py/pywaffle.svg\n :target: https://pypi.org/project/pywaffle/\n\n.. image:: https://readthedocs.org/projects/pywaffle/badge/?version=latest&style=flat\n :target: https://readthedocs.org/projects/pywaffle/badge/?version=latest&style=flat\n\n.. image:: https://img.shields.io/badge/run-Online%20Demo-blue\n :target: https://mybinder.org/v2/gh/gyli/PyWaffle/master?filepath=demo.ipynb\n\nIntroduction\n------------\n\nPyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.\n\nIt 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.\n\nInstallation\n------------\n\n.. code:: bash\n\n pip install pywaffle\n\nDemo\n----\n\n`Online Demo <https://mybinder.org/v2/gh/gyli/PyWaffle/master?filepath=demo.ipynb>`_\n\nDocumentation\n-------------\n\n`https://pywaffle.readthedocs.io/ <https://pywaffle.readthedocs.io/>`_\n\nLicense\n-------\n\n* PyWaffle is under MIT license, see `LICENSE` file for the details.\n* The Font Awesome font is licensed under the SIL OFL 1.1: `http://scripts.sil.org/OFL <http://scripts.sil.org/OFL>`_\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "PyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/gyli/PyWaffle"
},
"split_keywords": [
"matplotlib",
"waffle",
"chart",
"pie",
"plot",
"data",
"visualization"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0b99e564248b5a2ec8f005a6209e2e59a458ce4850281fb28e4aa3571fe91f52",
"md5": "735d8910413dd3c15337d859e7f0b322",
"sha256": "48b15575639d2ddf5565a1768520f2b26cc3e92f778edf10fb29ecf27bcdecab"
},
"downloads": -1,
"filename": "pywaffle-1.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "735d8910413dd3c15337d859e7f0b322",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 30911,
"upload_time": "2024-06-16T04:18:08",
"upload_time_iso_8601": "2024-06-16T04:18:08.303048Z",
"url": "https://files.pythonhosted.org/packages/0b/99/e564248b5a2ec8f005a6209e2e59a458ce4850281fb28e4aa3571fe91f52/pywaffle-1.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "754bc0f432b1287ce2df12841929e406a0b466484255b88ca1e1fd6ca684a759",
"md5": "90ecf788ad92ad5a0844c15e19dfc765",
"sha256": "d3d98178b76bcf1e179fd3c9d77b18fa231e32d628710441ceddb4451ddf3c4a"
},
"downloads": -1,
"filename": "pywaffle-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "90ecf788ad92ad5a0844c15e19dfc765",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37110,
"upload_time": "2024-06-16T04:18:09",
"upload_time_iso_8601": "2024-06-16T04:18:09.970529Z",
"url": "https://files.pythonhosted.org/packages/75/4b/c0f432b1287ce2df12841929e406a0b466484255b88ca1e1fd6ca684a759/pywaffle-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-16 04:18:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gyli",
"github_project": "PyWaffle",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pywaffle"
}