Name | toga-chart JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | A Toga matplotlib backend. |
upload_time | 2023-11-03 06:02:58 |
maintainer | Russell Keith-Magee |
docs_url | None |
author | Russell Keith-Magee |
requires_python | >=3.8 |
license | New BSD |
keywords |
matplotlib
toga
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. 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>`__.
Raw data
{
"_id": null,
"home_page": "",
"name": "toga-chart",
"maintainer": "Russell Keith-Magee",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "russell@keith-magee.com",
"keywords": "matplotlib,toga",
"author": "Russell Keith-Magee",
"author_email": "russell@keith-magee.com",
"download_url": "https://files.pythonhosted.org/packages/9e/9c/5216787011dfebb68ef4f7d816af4f5d70861a4f6092680c6e5d17448a0c/toga-chart-0.2.0.tar.gz",
"platform": "any",
"description": ".. image:: https://beeware.org/project/projects/libraries/toga/toga.png\n :width: 72px\n :target: https://beeware.org/toga\n\nToga Chart\n==========\n\n.. image:: https://img.shields.io/pypi/pyversions/toga-chart.svg\n :target: https://pypi.python.org/pypi/toga-chart\n\n.. image:: https://img.shields.io/pypi/v/toga-chart.svg\n :target: https://pypi.python.org/pypi/toga-chart\n\n.. image:: https://img.shields.io/pypi/status/toga-chart.svg\n :target: https://pypi.python.org/pypi/toga-chart\n\n.. image:: https://img.shields.io/pypi/l/toga-chart.svg\n :target: https://github.com/beeware/toga-chart/blob/main/LICENSE\n\n.. image:: https://github.com/beeware/toga-chart/workflows/CI/badge.svg?branch=main\n :target: https://github.com/beeware/toga-chart/actions\n :alt: Build Status\n\n.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic\n :target: https://beeware.org/bee/chat/\n :alt: Discord server\n\nA `Matplotlib <https://matplotlib.org/>`__ chart widget for `Toga\n<https://github.com/beeware/toga>`__.\n\nQuickstart\n----------\n\nThis widget is still in development. We welcome your contributions and feedback!\n\nTo get started using Toga Chart, run the following::\n\n $ git clone https://github.com/beeware/toga-chart\n $ cd toga-chart\n $ python3 -m venv venv\n $ source venv/bin/activate\n (venv) $ pip install -e .\n (venv) $ cd examples\n (venv) $ python -m chart\n\nDocumentation\n-------------\n\nDocumentation for Toga Chart can be found on `Read The Docs\n<https://toga-chart.readthedocs.io>`__.\n\nCommunity\n---------\n\nToga Chart is a widget for Toga, which is part of the `BeeWare suite\n<https://beeware.org>`__. You can talk to the community through:\n\n* `@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>`__\n\n* `Discord <https://beeware.org/bee/chat/>`__\n\nWe foster a welcoming and respectful community as described in our\n`BeeWare Community Code of Conduct <https://beeware.org/community/behavior/>`__.\n\nContributing\n------------\n\nIf you experience problems with Toga Chart, `log them on GitHub\n<https://github.com/beeware/toga-chart/issues>`__. If you want to contribute\ncode, please `fork the code <https://github.com/beeware/toga-chart>`__ and\n`submit a pull request <https://github.com/beeware/toga-chart/pulls>`__.\n",
"bugtrack_url": null,
"license": "New BSD",
"summary": "A Toga matplotlib backend.",
"version": "0.2.0",
"project_urls": {
"Funding": "https://beeware.org/contributing/membership/",
"Source": "http://github.com/beeware/toga-chart",
"Tracker": "https://github.com/beeware/toga-chart/issues"
},
"split_keywords": [
"matplotlib",
"toga"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9e9c5216787011dfebb68ef4f7d816af4f5d70861a4f6092680c6e5d17448a0c",
"md5": "2ded1dcbbccae2ef079f3493e54c4147",
"sha256": "554545e97a20738e944ae4c7d8122c5e01d68f9f40e75d852ed4d10a0b29e7b9"
},
"downloads": -1,
"filename": "toga-chart-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "2ded1dcbbccae2ef079f3493e54c4147",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 51265,
"upload_time": "2023-11-03T06:02:58",
"upload_time_iso_8601": "2023-11-03T06:02:58.036723Z",
"url": "https://files.pythonhosted.org/packages/9e/9c/5216787011dfebb68ef4f7d816af4f5d70861a4f6092680c6e5d17448a0c/toga-chart-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-03 06:02:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "beeware",
"github_project": "toga-chart",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "toga-chart"
}