Metadata-Version: 1.1
Name: tw2.core
Version: 2.2.2
Summary: The runtime components for ToscaWidgets 2, a web widget toolkit.
Home-page: http://toscawidgets.org/
Author: Paul Johnston, Christopher Perkins, Alberto Valverde Gonzalez & contributors
Author-email: toscawidgets-discuss@googlegroups.com
License: MIT
Download-URL: https://pypi.python.org/pypi/tw2.core/
Description: ToscaWidgets is a web widget toolkit for Python to aid in the creation,
        packaging and distribution of common view elements normally used in the web.
        
        The tw2.core package is lightweight and intended for run-time use only;
        development tools are in tw2.devtools.
        
        Build Status
        ------------
        
        .. |travis-master| image:: https://secure.travis-ci.org/toscawidgets/tw2.core.png?branch=master
           :alt: Build Status - master branch
           :target: http://travis-ci.org/#!/toscawidgets/tw2.core
        
        .. |travis-develop| image:: https://secure.travis-ci.org/toscawidgets/tw2.core.png?branch=develop
           :alt: Build Status - develop branch
           :target: http://travis-ci.org/#!/toscawidgets/tw2.core
        
        .. |coveralls-master| image:: https://coveralls.io/repos/toscawidgets/tw2.core/badge.png?branch=master
           :alt: Test Coverage - master branch
           :target: https://coveralls.io/r/toscawidgets/tw2.core?branch=master
        
        .. |coveralls-develop| image:: https://coveralls.io/repos/toscawidgets/tw2.core/badge.png?branch=develop
           :alt: Test Coverage - develop branch
           :target: https://coveralls.io/r/toscawidgets/tw2.core?branch=develop
        
        +--------------+------------------+---------------------+
        | Branch       | Build Status     | Test Coverage       |
        +==============+==================+=====================+
        | **master**   | |travis-master|  | |coveralls-master|  |
        +--------------+------------------+---------------------+
        | **develop**  | |travis-develop| | |coveralls-develop| |
        +--------------+------------------+---------------------+
        
        Documentation
        -------------
        
        Documentation is hosted at `ReadTheDocs <http://tw2core.rtfd.org>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: ToscaWidgets
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
