Metadata-Version: 2.1
Name: tw2.forms
Version: 2.2.6
Summary: The basic form widgets 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.forms/
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.forms package contains the basic html form widgets.
        
        Build Status
        ------------
        
        .. |travis-master| image:: https://secure.travis-ci.org/toscawidgets/tw2.forms.png?branch=master
           :alt: Build Status - master branch
           :target: http://travis-ci.org/#!/toscawidgets/tw2.forms
        
        .. |travis-develop| image:: https://secure.travis-ci.org/toscawidgets/tw2.forms.png?branch=develop
           :alt: Build Status - develop branch
           :target: http://travis-ci.org/#!/toscawidgets/tw2.forms
        
        .. |coveralls-master| image:: https://coveralls.io/repos/toscawidgets/tw2.forms/badge.svg?branch=master&service=github
           :alt: Test Coverage - master branch
           :target: https://coveralls.io/github/toscawidgets/tw2.forms?branch=master
        
        .. |coveralls-develop| image:: https://coveralls.io/repos/toscawidgets/tw2.forms/badge.svg?branch=develop&service=github
           :alt: Test Coverage - develop branch
           :target: https://coveralls.io/github/toscawidgets/tw2.forms?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>`_.
        
Keywords: toscawidgets.widgets
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 :: Software Development :: Widget Sets
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: kajiki
Provides-Extra: jinja
Provides-Extra: mako
Provides-Extra: test
Provides-Extra: tests
Provides-Extra: genshi
