Metadata-Version: 2.1
Name: toga-chart
Version: 0.2.0
Summary: A Toga matplotlib backend.
Author: Russell Keith-Magee
Author-email: russell@keith-magee.com
Maintainer: Russell Keith-Magee
Maintainer-email: russell@keith-magee.com
License: New BSD
Project-URL: Funding, https://beeware.org/contributing/membership/
Project-URL: Tracker, https://github.com/beeware/toga-chart/issues
Project-URL: Source, http://github.com/beeware/toga-chart
Keywords: matplotlib,toga
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: toga-core>=0.4.0
Requires-Dist: matplotlib>=3.0.3
Provides-Extra: dev
Requires-Dist: pre-commit==3.5.0; extra == "dev"
Requires-Dist: pytest==7.4.3; extra == "dev"
Requires-Dist: setuptools_scm[toml]==8.0.4; extra == "dev"
Requires-Dist: tox==4.11.3; extra == "dev"
Requires-Dist: toga-dummy>=0.4.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: furo==2023.9.10; extra == "docs"
Requires-Dist: pyenchant==3.2.2; extra == "docs"
Requires-Dist: sphinx==7.1.2; python_version < "3.9" and extra == "docs"
Requires-Dist: sphinx==7.2.6; python_version >= "3.9" and extra == "docs"
Requires-Dist: sphinx_tabs==3.4.4; extra == "docs"
Requires-Dist: sphinx-autobuild==2021.3.14; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Requires-Dist: sphinxcontrib-spelling==8.0.0; extra == "docs"

.. image:: https://beeware.org/project/projects/libraries/toga/toga.png
    :width: 72px
    :target: https://beeware.org/toga

Toga Chart
==========

.. image:: https://img.shields.io/pypi/pyversions/toga-chart.svg
    :target: https://pypi.python.org/pypi/toga-chart

.. image:: https://img.shields.io/pypi/v/toga-chart.svg
    :target: https://pypi.python.org/pypi/toga-chart

.. image:: https://img.shields.io/pypi/status/toga-chart.svg
    :target: https://pypi.python.org/pypi/toga-chart

.. image:: https://img.shields.io/pypi/l/toga-chart.svg
    :target: https://github.com/beeware/toga-chart/blob/main/LICENSE

.. image:: https://github.com/beeware/toga-chart/workflows/CI/badge.svg?branch=main
   :target: https://github.com/beeware/toga-chart/actions
   :alt: Build Status

.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
   :target: https://beeware.org/bee/chat/
   :alt: Discord server

A `Matplotlib <https://matplotlib.org/>`__ chart widget for `Toga
<https://github.com/beeware/toga>`__.

Quickstart
----------

This widget is still in development. We welcome your contributions and feedback!

To get started using Toga Chart, run the following::

    $ git clone https://github.com/beeware/toga-chart
    $ cd toga-chart
    $ python3 -m venv venv
    $ source venv/bin/activate
    (venv) $ pip install -e .
    (venv) $ cd examples
    (venv) $ python -m chart

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

Documentation for Toga Chart can be found on `Read The Docs
<https://toga-chart.readthedocs.io>`__.

Community
---------

Toga Chart is a widget for Toga, which is part of the `BeeWare suite
<https://beeware.org>`__. You can talk to the community through:

* `@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>`__

* `Discord <https://beeware.org/bee/chat/>`__

We foster a welcoming and respectful community as described in our
`BeeWare Community Code of Conduct <https://beeware.org/community/behavior/>`__.

Contributing
------------

If you experience problems with Toga Chart, `log them on GitHub
<https://github.com/beeware/toga-chart/issues>`__. If you want to contribute
code, please `fork the code <https://github.com/beeware/toga-chart>`__ and
`submit a pull request <https://github.com/beeware/toga-chart/pulls>`__.
