Metadata-Version: 2.1
Name: kivy-garden.matplotlib
Version: 0.1.1.dev0
Summary: A Kivy Garden flower for matplotlib
Home-page: https://github.com/kivy-garden/matplotlib
Author: Kivy
Author-email: kivy@kivy.org
Project-URL: Bug Reports, https://github.com/kivy-garden/matplotlib/issues
Project-URL: Source, https://github.com/kivy-garden/matplotlib
Keywords: Kivy kivy-garden
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: AUTHORS.txt
Requires-Dist: matplotlib>=3.7.2
Requires-Dist: kivy>=2.1.0
Provides-Extra: dev
Requires-Dist: pytest>=3.6; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: sphinx_rtd_theme; extra == "dev"
Provides-Extra: ci
Requires-Dist: coveralls; extra == "ci"
Requires-Dist: pycodestyle; extra == "ci"

kivy-garden Matplotlib flower
========================

[![Github Build Status](https://github.com/kivy-garden/matplotlib/workflows/Garden%20flower/badge.svg)](https://github.com/kivy-garden/matplotlib/actions)

A kivy garden flower providing a matplotlib widget.

See https://kivy-garden.github.io/matplotlib/ for the rendered flower docs.

Please see the garden [instructions](https://kivy-garden.github.io) for how to use kivy garden flowers.

CI
--

Every push or pull request run the [GitHub Action](https://github.com/kivy-garden/matplotlib/actions) CI.
It tests the code on various OS and also generates wheels that can be released on PyPI upon a
tag. Docs are also generated and uploaded to the repo as well as artifacts of the CI.


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

Check out our [contribution guide](CONTRIBUTING.md) and feel free to improve the flower.

License
---------

This software is released under the terms of the MIT License.
Please see the [LICENSE.txt](LICENSE.txt) file.

How to release
===============

See the garden [instructions](https://kivy-garden.github.io/#makingareleaseforyourflower) for how to make a new release.
