pywaffle


Namepywaffle JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/gyli/PyWaffle
SummaryPyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.
upload_time2022-06-08 03:10:38
maintainer
docs_urlNone
authorGuangyang Li
requires_python
licenseMIT
keywords matplotlib waffle chart pie plot data visualization
VCS
bugtrack_url
requirements fontawesomefree matplotlib pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "matplotlib waffle chart pie plot data visualization",
    "author": "Guangyang Li",
    "author_email": "mail@guangyangli.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/e1/833ec1ba08103fd294c76247b0b1a9199246f44e7940255660859d41cd2e/pywaffle-1.1.0.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\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "PyWaffle is an open source, MIT-licensed Python package for plotting waffle charts.",
    "version": "1.1.0",
    "split_keywords": [
        "matplotlib",
        "waffle",
        "chart",
        "pie",
        "plot",
        "data",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4fb7baf75a35e2063e3c55788c29cdac",
                "sha256": "28d7e677fd28857279355cb51396a508837b462b3d52d28710f73e0f8da5e6c0"
            },
            "downloads": -1,
            "filename": "pywaffle-1.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4fb7baf75a35e2063e3c55788c29cdac",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 30491,
            "upload_time": "2022-06-08T03:10:36",
            "upload_time_iso_8601": "2022-06-08T03:10:36.386414Z",
            "url": "https://files.pythonhosted.org/packages/9d/47/fbed7d28daf02da231e88d3d1b2a92e292327884c716a4e88bc930bacbd4/pywaffle-1.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "99b44e9a10d2b2e62bb4f7853535b3de",
                "sha256": "ac2deba1db4775d7b6381e8d75416dfda1e7286f3cf1436bad50fc0616ac2996"
            },
            "downloads": -1,
            "filename": "pywaffle-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "99b44e9a10d2b2e62bb4f7853535b3de",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34975,
            "upload_time": "2022-06-08T03:10:38",
            "upload_time_iso_8601": "2022-06-08T03:10:38.094774Z",
            "url": "https://files.pythonhosted.org/packages/c7/e1/833ec1ba08103fd294c76247b0b1a9199246f44e7940255660859d41cd2e/pywaffle-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-06-08 03:10:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "gyli",
    "github_project": "PyWaffle",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "fontawesomefree",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "pywaffle"
}
        
Elapsed time: 0.02408s