toga


Nametoga JSON
Version 0.4.8 PyPI version JSON
download
home_pageNone
SummaryA Python native, OS native GUI toolkit.
upload_time2024-10-16 01:37:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNew BSD
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.
            toga
====

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.

Toga requires **Python 3.8** or newer. It does not support Python 2. Some platforms have
additional prerequisites; see the `Toga platform guide
<https://toga.readthedocs.io/en/latest/reference/platforms/index.html>`__ 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 this package, `log them on GitHub`_. If you
want to contribute code, please `fork the code`_ and `submit a pull request`_.

.. _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",
    "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/ff/7a/7119d224e0710ac757f0587913128348fb37afd49003ade9f0d29fb7d2d3/toga-0.4.8.tar.gz",
    "platform": null,
    "description": "toga\n====\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\nToga requires **Python 3.8** or newer. It does not support Python 2. Some platforms have\nadditional prerequisites; see the `Toga platform guide\n<https://toga.readthedocs.io/en/latest/reference/platforms/index.html>`__ 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 this package, `log them on GitHub`_. If you\nwant to contribute code, please `fork the code`_ and `submit a pull request`_.\n\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": "8405a5474b90902e050afa62f525e69b8548d92091c2ce0f942e21c142117f48",
                "md5": "c640ab6894109cf45c444ec58f4d3f9f",
                "sha256": "0814a72abb0a9a5f22c32cc9479c55041ec30cdf4b12d73a0017aee58f9a1f00"
            },
            "downloads": -1,
            "filename": "toga-0.4.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c640ab6894109cf45c444ec58f4d3f9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3306,
            "upload_time": "2024-10-16T01:37:36",
            "upload_time_iso_8601": "2024-10-16T01:37:36.448666Z",
            "url": "https://files.pythonhosted.org/packages/84/05/a5474b90902e050afa62f525e69b8548d92091c2ce0f942e21c142117f48/toga-0.4.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff7a7119d224e0710ac757f0587913128348fb37afd49003ade9f0d29fb7d2d3",
                "md5": "91de947ea41e107ffe4799de87781741",
                "sha256": "c2be09c0a88f664921edff6ab7e1b58b5352813cb1d4b9f0c0a5dc1bf924ea7c"
            },
            "downloads": -1,
            "filename": "toga-0.4.8.tar.gz",
            "has_sig": false,
            "md5_digest": "91de947ea41e107ffe4799de87781741",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3869,
            "upload_time": "2024-10-16T01:37:37",
            "upload_time_iso_8601": "2024-10-16T01:37:37.967704Z",
            "url": "https://files.pythonhosted.org/packages/ff/7a/7119d224e0710ac757f0587913128348fb37afd49003ade9f0d29fb7d2d3/toga-0.4.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 01:37:37",
    "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"
}
        
Elapsed time: 0.39443s