Metadata-Version: 1.1
Name: toga-demo
Version: 0.3.0.dev8
Summary: A demonstration of the capabilities of the Toga widget toolkit.
Home-page: http://pybee.org/toga-demo
Author: Russell Keith-Magee
Author-email: russell@keith-magee.com
License: New BSD
Description-Content-Type: UNKNOWN
Description: Toga Demo
        =========
        
        A demonstration of the capabilities of the `Toga widget toolkit`_.
        
        **Toga requires Python 3**
        
        Quickstart
        ----------
        
        For details of Toga's pre-requisites, see the `toga repository 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-demo repository, you can run the demo like this::
        
            $ pip install toga
            $ python -m toga_demo
        
        Community
        ---------
        
        Toga Demo is part of the `BeeWare suite`_. You can talk to the community through:
        
        * `@pybeeware on Twitter`_
        
        * The `pybee/general`_ channel on Gitter.
        
        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`_.
        
        .. _BeeWare suite: http://pybee.org
        .. _Read The Docs: http://toga-demo.readthedocs.org
        .. _Toga widget toolkit: http://pybee.org/toga
        .. _toga repository on GitHub: https://github.com/pybee/toga
        .. _@pybeeware on Twitter: https://twitter.com/pybeeware
        .. _pybee/general: https://gitter.im/pybee/general
        .. _log them on Github: https://github.com/pybee/toga-demo/issues
        .. _fork the code: https://github.com/pybee/toga-demo
        .. _submit a pull request: https://github.com/pybee/toga-demo/pulls
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
