toga-core


Nametoga-core JSON
Version 0.5.2 PyPI version JSON
download
home_pageNone
SummaryA Python native, OS native GUI toolkit.
upload_time2025-07-10 07:27:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords gui widget cross-platform toga desktop mobile web macos cocoa ios android windows winforms linux freebsd gtk console web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. |pyversions| image:: https://img.shields.io/pypi/pyversions/toga-core.svg
    :target: https://pypi.python.org/pypi/toga-core
    :alt: Python Versions

.. |license| image:: https://img.shields.io/pypi/l/toga-core.svg
    :target: https://github.com/beeware/toga-core/blob/main/LICENSE
    :alt: BSD-3-Clause License

.. |maturity| image:: https://img.shields.io/pypi/status/toga-core.svg
    :target: https://pypi.python.org/pypi/toga-core
    :alt: Project status

Toga
====

|pyversions| |license| |maturity|

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
--------------------

Each backend has specific requirements and pre-requisites. See the `platform
documentation <https://toga.readthedocs.io/en/latest/reference/platforms/>`__ 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 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-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/bd/69/a138aeec6ea432506a620d7efafc6beef8c2204f4ab2b7aa11848e6930f5/toga_core-0.5.2.tar.gz",
    "platform": null,
    "description": ".. |pyversions| image:: https://img.shields.io/pypi/pyversions/toga-core.svg\n    :target: https://pypi.python.org/pypi/toga-core\n    :alt: Python Versions\n\n.. |license| image:: https://img.shields.io/pypi/l/toga-core.svg\n    :target: https://github.com/beeware/toga-core/blob/main/LICENSE\n    :alt: BSD-3-Clause License\n\n.. |maturity| image:: https://img.shields.io/pypi/status/toga-core.svg\n    :target: https://pypi.python.org/pypi/toga-core\n    :alt: Project status\n\nToga\n====\n\n|pyversions| |license| |maturity|\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\nEach backend has specific requirements and pre-requisites. See the `platform\ndocumentation <https://toga.readthedocs.io/en/latest/reference/platforms/>`__ 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 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": "18a0d36e2c901e1dd4ff074f16c21963edb8ec38a1fd575d940bc5b8eb5f8c19",
                "md5": "0227d598e1fc391b7c3dd34b37de000b",
                "sha256": "e872cebd2d899e9138f73393e8cd834a55a057aa269608ff7314a853ab33cb4e"
            },
            "downloads": -1,
            "filename": "toga_core-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0227d598e1fc391b7c3dd34b37de000b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 145756,
            "upload_time": "2025-07-10T07:27:27",
            "upload_time_iso_8601": "2025-07-10T07:27:27.457138Z",
            "url": "https://files.pythonhosted.org/packages/18/a0/d36e2c901e1dd4ff074f16c21963edb8ec38a1fd575d940bc5b8eb5f8c19/toga_core-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd69a138aeec6ea432506a620d7efafc6beef8c2204f4ab2b7aa11848e6930f5",
                "md5": "36ce01801fbb4148546db690c4a03e6f",
                "sha256": "bdd3760146b74c8d315cb901392c2b645ab3e5d4cd90114f3e36e0e7dad3d6d1"
            },
            "downloads": -1,
            "filename": "toga_core-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "36ce01801fbb4148546db690c4a03e6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1020525,
            "upload_time": "2025-07-10T07:27:28",
            "upload_time_iso_8601": "2025-07-10T07:27:28.818814Z",
            "url": "https://files.pythonhosted.org/packages/bd/69/a138aeec6ea432506a620d7efafc6beef8c2204f4ab2b7aa11848e6930f5/toga_core-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 07:27:28",
    "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"
}
        
Elapsed time: 2.35532s