toga-demo


Nametoga-demo JSON
Version 0.4.2 PyPI version JSON
download
home_page
SummaryA demonstration of the capabilities of the Toga widget toolkit.
upload_time2024-02-06 06:14:45
maintainer
docs_urlNone
author
requires_python>=3.8
licenseNew BSD
keywords gui widget cross-platform desktop mobile macos cocoa ios android windows winforms linux gtk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Toga Demo
=========

A demonstration of the capabilities of the `Toga widget toolkit`_.

**Toga requires Python 3**

.. _Toga widget toolkit: https://beeware.org/toga

Quickstart
----------

For details of Toga's pre-requisites, see the `Toga project on GitHub`_.

Once those pre-requisites have been met, in your virtualenv, install Toga Demo,
and then run it::

    $ pip install toga-demo
    $ toga-demo

This will pop up a GUI window.

If you have cloned the toga repository, install the dependent packages in your virtualenv::

    $ cd toga
    $ pip install -e ./core

Then install the platform specific code::

    $ pip install -e ./cocoa      # macOS
    $ pip install -e ./gtk        # Linux
    $ pip install -e ./winforms   # Windows

Finally navigate to the demo directory and run the application::

    $ cd demo
    $ python -m toga_demo

.. _Toga project on Github: https://github.com/beeware/toga

Community
---------

Toga Demo 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 Demo, `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": "",
    "name": "toga-demo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "BeeWare Team <team@beeware.org>",
    "keywords": "gui,widget,cross-platform,desktop,mobile,macOS,cocoa,iOS,android,windows,winforms,linux,gtk",
    "author": "",
    "author_email": "Russell Keith-Magee <russell@keith-magee.com>",
    "download_url": "https://files.pythonhosted.org/packages/df/04/fde9119d787efb419f05166b67bd9bc6603b629c86287573614aed462a9d/toga-demo-0.4.2.tar.gz",
    "platform": null,
    "description": "Toga Demo\n=========\n\nA demonstration of the capabilities of the `Toga widget toolkit`_.\n\n**Toga requires Python 3**\n\n.. _Toga widget toolkit: https://beeware.org/toga\n\nQuickstart\n----------\n\nFor details of Toga's pre-requisites, see the `Toga project on GitHub`_.\n\nOnce those pre-requisites have been met, in your virtualenv, install Toga Demo,\nand then run it::\n\n    $ pip install toga-demo\n    $ toga-demo\n\nThis will pop up a GUI window.\n\nIf you have cloned the toga repository, install the dependent packages in your virtualenv::\n\n    $ cd toga\n    $ pip install -e ./core\n\nThen install the platform specific code::\n\n    $ pip install -e ./cocoa      # macOS\n    $ pip install -e ./gtk        # Linux\n    $ pip install -e ./winforms   # Windows\n\nFinally navigate to the demo directory and run the application::\n\n    $ cd demo\n    $ python -m toga_demo\n\n.. _Toga project on Github: https://github.com/beeware/toga\n\nCommunity\n---------\n\nToga Demo 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 Demo, `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 demonstration of the capabilities of the Toga widget toolkit.",
    "version": "0.4.2",
    "project_urls": {
        "Documentation": "https://toga.readthedocs.io/en/latest/",
        "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",
        "desktop",
        "mobile",
        "macos",
        "cocoa",
        "ios",
        "android",
        "windows",
        "winforms",
        "linux",
        "gtk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cda0f83f0a35e717d6c84cbf77df8abf078429317f6bd809a4e3f03f0a1a1bab",
                "md5": "3bd6f544ed0ace8bfb4382a713379ddc",
                "sha256": "115a0cddfea8aea92fb28d6e0c19f127004c3c658fb3db428e0c430f4a8e8e2b"
            },
            "downloads": -1,
            "filename": "toga_demo-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3bd6f544ed0ace8bfb4382a713379ddc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 620268,
            "upload_time": "2024-02-06T06:14:39",
            "upload_time_iso_8601": "2024-02-06T06:14:39.452097Z",
            "url": "https://files.pythonhosted.org/packages/cd/a0/f83f0a35e717d6c84cbf77df8abf078429317f6bd809a4e3f03f0a1a1bab/toga_demo-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df04fde9119d787efb419f05166b67bd9bc6603b629c86287573614aed462a9d",
                "md5": "b7bb6b63d197eb030f6dc4fbdbdd83fc",
                "sha256": "ee8de11003229e5f2b98a29a286e0e43c79afbe87fc98c9fb6ddef5ef9a61d49"
            },
            "downloads": -1,
            "filename": "toga-demo-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b7bb6b63d197eb030f6dc4fbdbdd83fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 622249,
            "upload_time": "2024-02-06T06:14:45",
            "upload_time_iso_8601": "2024-02-06T06:14:45.767645Z",
            "url": "https://files.pythonhosted.org/packages/df/04/fde9119d787efb419f05166b67bd9bc6603b629c86287573614aed462a9d/toga-demo-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-06 06:14:45",
    "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-demo"
}
        
Elapsed time: 0.18568s