Metadata-Version: 2.1
Name: toga-chart
Version: 0.1.0
Summary: "A Toga matplotlib backend."
Home-page: UNKNOWN
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
Description: .. 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/master/LICENSE
        
        .. image:: https://github.com/beeware/toga-chart/workflows/CI/badge.svg?branch=master
           :target: https://github.com/beeware/toga-chart/actions
           :alt: Build Status
        
        .. image:: https://badges.gitter.im/beeware/general.svg
            :target: https://gitter.im/beeware/general
        
        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 example
            (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
        <http://beeware.org>`__. You can talk to the community through:
        
        * `@pybeeware on Twitter <https://twitter.com/pybeeware>`__
        
        * The `beeware/general <https://gitter.im/beeware/general>`__ channel on Gitter.
        
        We foster a welcoming and respectful community as described in our
        `BeeWare Community Code of Conduct <http://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>`__.
        
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
