Toga
====
A Python native, OS native GUI toolkit.
This package provides the core Toga API. In order to use Toga, you'll also need to
install a backend that implements the core Toga API for that platform:
* **Android** `toga-android <https://pypi.org/project/toga-android>`__
* **iOS** `toga-iOS <https://pypi.org/project/toga-iOS>`__
* **Linux** `toga-gtk <https://pypi.org/project/toga-gtk>`__
* **macOS** `toga-cocoa <https://pypi.org/project/toga-cocoa>`__
* **Textual** `toga-textual <https://pypi.org/project/toga-textual>`__
* **Web** `toga-web <https://pypi.org/project/toga-web>`__
* **Windows** `toga-winforms <https://pypi.org/project/toga-winforms>`__
Minimum requirements
--------------------
Toga requires **Python 3.9** or newer.
Each backend also has specific requirements and pre-requisites. See the `platform
documentation <https://toga.readthedocs.io/en/latest/reference/platforms.html>`__ for
details.
Quickstart
----------
To get a demonstration of the capabilities of Toga, run the following::
$ python -m pip install toga-demo
$ toga-demo
This will pop up a GUI window with some sample widgets.
Documentation
-------------
Documentation for Toga can be found on `Read The Docs`_.
.. _Read The Docs: https://toga.readthedocs.io
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'd like to contribute to Toga development, our `guide for first time
contributors`_ will help you get started.
If you experience problems with Toga, `log them on GitHub`_. If you want to
contribute code, please `fork the code`_ and `submit a pull request`_.
.. _guide for first time contributors: https://toga.readthedocs.io/en/latest/how-to/contribute/index.html
.. _log them on Github: https://github.com/beeware/toga/issues
.. _fork the code: https://github.com/beeware/toga
.. _submit a pull request: https://github.com/beeware/toga/pulls
Raw data
{
"_id": null,
"home_page": null,
"name": "toga-core",
"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/43/3c/083c25846d9cef16ecf2dc2ef07e0a4fd2d7564e8f698977b97fca7b27af/toga_core-0.4.8.tar.gz",
"platform": null,
"description": "Toga\n====\n\nA Python native, OS native GUI toolkit.\n\nThis package provides the core Toga API. In order to use Toga, you'll also need to\ninstall a backend that implements the core Toga API for that platform:\n\n* **Android** `toga-android <https://pypi.org/project/toga-android>`__\n* **iOS** `toga-iOS <https://pypi.org/project/toga-iOS>`__\n* **Linux** `toga-gtk <https://pypi.org/project/toga-gtk>`__\n* **macOS** `toga-cocoa <https://pypi.org/project/toga-cocoa>`__\n* **Textual** `toga-textual <https://pypi.org/project/toga-textual>`__\n* **Web** `toga-web <https://pypi.org/project/toga-web>`__\n* **Windows** `toga-winforms <https://pypi.org/project/toga-winforms>`__\n\nMinimum requirements\n--------------------\n\nToga requires **Python 3.9** or newer.\n\nEach backend also has specific requirements and pre-requisites. See the `platform\ndocumentation <https://toga.readthedocs.io/en/latest/reference/platforms.html>`__ for\ndetails.\n\nQuickstart\n----------\n\nTo get a demonstration of the capabilities of Toga, run the following::\n\n $ python -m pip install toga-demo\n $ toga-demo\n\nThis will pop up a GUI window with some sample widgets.\n\nDocumentation\n-------------\n\nDocumentation for Toga can be found on `Read The Docs`_.\n\n.. _Read The Docs: https://toga.readthedocs.io\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'd like to contribute to Toga development, our `guide for first time\ncontributors`_ will help you get started.\n\nIf you experience problems with Toga, `log them on GitHub`_. If you want to\ncontribute code, please `fork the code`_ and `submit a pull request`_.\n\n.. _guide for first time contributors: https://toga.readthedocs.io/en/latest/how-to/contribute/index.html\n.. _log them on Github: https://github.com/beeware/toga/issues\n.. _fork the code: https://github.com/beeware/toga\n.. _submit a pull request: https://github.com/beeware/toga/pulls\n",
"bugtrack_url": null,
"license": "New BSD",
"summary": "A Python native, OS native GUI toolkit.",
"version": "0.4.8",
"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": "",
"digests": {
"blake2b_256": "403b99f6fad3cb14fcf4270e89fa87f0656c390b2da68ba991bb601c6a1ca74c",
"md5": "167090592d7aff78af61b9b5940a8478",
"sha256": "f14394094e90e44c9cb488db67f8b217f48babaf6af0adf2c2509d4cb634ef44"
},
"downloads": -1,
"filename": "toga_core-0.4.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "167090592d7aff78af61b9b5940a8478",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 139952,
"upload_time": "2024-10-16T01:37:45",
"upload_time_iso_8601": "2024-10-16T01:37:45.105101Z",
"url": "https://files.pythonhosted.org/packages/40/3b/99f6fad3cb14fcf4270e89fa87f0656c390b2da68ba991bb601c6a1ca74c/toga_core-0.4.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "433c083c25846d9cef16ecf2dc2ef07e0a4fd2d7564e8f698977b97fca7b27af",
"md5": "44b75ab9ae60c48e890643539855896f",
"sha256": "78088d99a8d8b4efe2758a1db5623491cfc0ea980540f0f882e826d2cb06d7b9"
},
"downloads": -1,
"filename": "toga_core-0.4.8.tar.gz",
"has_sig": false,
"md5_digest": "44b75ab9ae60c48e890643539855896f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 1009571,
"upload_time": "2024-10-16T01:37:47",
"upload_time_iso_8601": "2024-10-16T01:37:47.033301Z",
"url": "https://files.pythonhosted.org/packages/43/3c/083c25846d9cef16ecf2dc2ef07e0a4fd2d7564e8f698977b97fca7b27af/toga_core-0.4.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 01:37:47",
"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-core"
}