Metadata-Version: 1.1
Name: tw2.core
Version: 2.2.0
Summary: Web widget creation toolkit based on TurboGears widgets
Home-page: http://toscawidgets.org/
Author: Paul Johnston, Christopher Perkins, Alberto Valverde & contributors
Author-email: paj@pajhome.org.uk
License: MIT
Download-URL: http://toscawidgets.org/download/
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
        ------------
        
        .. |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
        
        .. |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
        
        +----------+-----------+
        | Branch   | Status    |
        +==========+===========+
        | master   | |master|  |
        +----------+-----------+
        | develop  | |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
