.. |pyversions| image:: https://img.shields.io/pypi/pyversions/toga.svg
:target: https://pypi.python.org/pypi/toga
:alt: Python Versions
.. |license| image:: https://img.shields.io/pypi/l/toga.svg
:target: https://github.com/beeware/toga/blob/main/LICENSE
:alt: BSD-3-Clause License
.. |maturity| image:: https://img.shields.io/pypi/status/toga.svg
:target: https://pypi.python.org/pypi/toga
:alt: Project status
toga
====
|pyversions| |license| |maturity|
A meta-package for installing the `Toga widget toolkit`_.
This package installs the `toga-core <https://pypi.org/project/toga-core>`__ library,
plus a different Toga backend depending the platform where it is installed:
* `toga-cocoa <https://pypi.org/project/toga-cocoa>`__ on macOS
* `toga-gtk <https://pypi.org/project/toga-gtk>`__ on Linux and FreeBSD
* `toga-winforms <https://pypi.org/project/toga-winforms>`__ on Windows
Backends are also available for `Android <https://pypi.org/project/toga-android>`__,
`iOS <https://pypi.org/project/toga-iOS>`__, `single-page web apps
<https://pypi.org/project/toga-web>`__, and `testing
<https://pypi.org/project/toga-dummy>`__; however, these must be installed manually.
Some platforms have additional prerequisites; see the `Toga platform guide
<https://toga.readthedocs.io/en/latest/reference/platforms/>`__ for details.
For more details, see the `Toga project on GitHub`_.
.. _Toga widget toolkit: https://beeware.org/toga
.. _Toga project on GitHub: https://github.com/beeware/toga
Community
---------
Toga is part of the `BeeWare suite`_. You can talk to the community through:
* `@beeware@fosstodon.org on Mastodon`_
* `Discord`_
* The Toga `GitHub Discussions forum`_
We foster a welcoming and respectful community as described in our
`BeeWare Community Code of Conduct`_.
.. _BeeWare suite: https://beeware.org
.. _@beeware@fosstodon.org on Mastodon: https://fosstodon.org/@beeware
.. _Discord: https://beeware.org/bee/chat/
.. _GitHub Discussions forum: https://github.com/beeware/toga/discussions
.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/
Contributing
------------
If you experience problems with Toga, `log them on GitHub
<https://github.com/beeware/toga/issues>`__.
If you'd like to contribute to Toga development, our `contribution guide
<https://toga.readthedocs.io/en/latest/how-to/contribute/index.html>`__
details how to set up a development environment, and other requirements we have
as part of our contribution process.
Raw data
{
"_id": null,
"home_page": null,
"name": "toga",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "BeeWare Team <team@beeware.org>",
"keywords": "gui, widget, cross-platform, toga, desktop, mobile, web, macOS, cocoa, iOS, android, windows, winforms, linux, freeBSD, gtk, console, web",
"author": null,
"author_email": "Russell Keith-Magee <russell@keith-magee.com>",
"download_url": "https://files.pythonhosted.org/packages/b4/39/87b9de677d85e820f9afefb661d4cc50634968b66fe760fa7b21a123a451/toga-0.5.2.tar.gz",
"platform": null,
"description": ".. |pyversions| image:: https://img.shields.io/pypi/pyversions/toga.svg\n :target: https://pypi.python.org/pypi/toga\n :alt: Python Versions\n\n.. |license| image:: https://img.shields.io/pypi/l/toga.svg\n :target: https://github.com/beeware/toga/blob/main/LICENSE\n :alt: BSD-3-Clause License\n\n.. |maturity| image:: https://img.shields.io/pypi/status/toga.svg\n :target: https://pypi.python.org/pypi/toga\n :alt: Project status\n\ntoga\n====\n\n|pyversions| |license| |maturity|\n\nA meta-package for installing the `Toga widget toolkit`_.\n\nThis package installs the `toga-core <https://pypi.org/project/toga-core>`__ library,\nplus a different Toga backend depending the platform where it is installed:\n\n* `toga-cocoa <https://pypi.org/project/toga-cocoa>`__ on macOS\n* `toga-gtk <https://pypi.org/project/toga-gtk>`__ on Linux and FreeBSD\n* `toga-winforms <https://pypi.org/project/toga-winforms>`__ on Windows\n\nBackends are also available for `Android <https://pypi.org/project/toga-android>`__,\n`iOS <https://pypi.org/project/toga-iOS>`__, `single-page web apps\n<https://pypi.org/project/toga-web>`__, and `testing\n<https://pypi.org/project/toga-dummy>`__; however, these must be installed manually.\n\nSome platforms have additional prerequisites; see the `Toga platform guide\n<https://toga.readthedocs.io/en/latest/reference/platforms/>`__ for details.\n\nFor more details, see the `Toga project on GitHub`_.\n\n.. _Toga widget toolkit: https://beeware.org/toga\n.. _Toga project on GitHub: https://github.com/beeware/toga\n\nCommunity\n---------\n\nToga is part of the `BeeWare suite`_. You can talk to the community through:\n\n* `@beeware@fosstodon.org on Mastodon`_\n* `Discord`_\n* The Toga `GitHub Discussions forum`_\n\nWe foster a welcoming and respectful community as described in our\n`BeeWare Community Code of Conduct`_.\n\n.. _BeeWare suite: https://beeware.org\n.. _@beeware@fosstodon.org on Mastodon: https://fosstodon.org/@beeware\n.. _Discord: https://beeware.org/bee/chat/\n.. _GitHub Discussions forum: https://github.com/beeware/toga/discussions\n.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/\n\nContributing\n------------\n\nIf you experience problems with Toga, `log them on GitHub\n<https://github.com/beeware/toga/issues>`__.\n\nIf you'd like to contribute to Toga development, our `contribution guide\n<https://toga.readthedocs.io/en/latest/how-to/contribute/index.html>`__\ndetails how to set up a development environment, and other requirements we have\nas part of our contribution process.\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python native, OS native GUI toolkit.",
"version": "0.5.2",
"project_urls": {
"Changelog": "https://toga.readthedocs.io/en/stable/background/project/releases.html",
"Documentation": "https://toga.readthedocs.io/",
"Funding": "https://beeware.org/contributing/membership/",
"Homepage": "https://beeware.org/project/projects/libraries/toga/",
"Source": "https://github.com/beeware/toga",
"Tracker": "https://github.com/beeware/toga/issues"
},
"split_keywords": [
"gui",
" widget",
" cross-platform",
" toga",
" desktop",
" mobile",
" web",
" macos",
" cocoa",
" ios",
" android",
" windows",
" winforms",
" linux",
" freebsd",
" gtk",
" console",
" web"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c9b542c480368f842f19685dd251717cd3dd28529c2ea0ee69f77a3c71c79710",
"md5": "549a316ed363e63ce094c3e66f0fbb78",
"sha256": "380c5e012836d0cfa3911ccfee0588ee2f0578bd2f1039996542b7adc59f5394"
},
"downloads": -1,
"filename": "toga-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "549a316ed363e63ce094c3e66f0fbb78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 3451,
"upload_time": "2025-07-10T07:27:07",
"upload_time_iso_8601": "2025-07-10T07:27:07.641454Z",
"url": "https://files.pythonhosted.org/packages/c9/b5/42c480368f842f19685dd251717cd3dd28529c2ea0ee69f77a3c71c79710/toga-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b43987b9de677d85e820f9afefb661d4cc50634968b66fe760fa7b21a123a451",
"md5": "83424bd2646c6c7036bdd0e8f07af77b",
"sha256": "3bf951c5689d8fb4a08f17d8d95312b68f861a3c729753cf8db91ccd4fb49438"
},
"downloads": -1,
"filename": "toga-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "83424bd2646c6c7036bdd0e8f07af77b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4010,
"upload_time": "2025-07-10T07:27:09",
"upload_time_iso_8601": "2025-07-10T07:27:09.269570Z",
"url": "https://files.pythonhosted.org/packages/b4/39/87b9de677d85e820f9afefb661d4cc50634968b66fe760fa7b21a123a451/toga-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 07:27:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "beeware",
"github_project": "toga",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "toga"
}