Metadata-Version: 2.4
Name: tw2.forms
Version: 2.2.6
Summary: The basic form widgets for ToscaWidgets 2, a web widget toolkit.
Home-page: http://toscawidgets.org/
Download-URL: https://pypi.python.org/pypi/tw2.forms/
Author: Paul Johnston, Christopher Perkins, Alberto Valverde Gonzalez & contributors
Author-email: toscawidgets-discuss@googlegroups.com
License: MIT
Keywords: toscawidgets.widgets
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
License-File: LICENSE.txt
Requires-Dist: tw2.core>=2.1.4
Requires-Dist: six
Provides-Extra: genshi
Requires-Dist: Genshi>=0.3.5; extra == "genshi"
Provides-Extra: mako
Requires-Dist: Mako>=0.1.1; extra == "mako"
Provides-Extra: jinja
Requires-Dist: Jinja2; extra == "jinja"
Provides-Extra: kajiki
Requires-Dist: Kajiki>=0.5.5; extra == "kajiki"
Provides-Extra: test
Requires-Dist: nose; extra == "test"
Requires-Dist: sieve; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: Genshi>=0.3.5; extra == "test"
Requires-Dist: Mako>=0.1.1; extra == "test"
Requires-Dist: Jinja2; extra == "test"
Requires-Dist: Kajiki>=0.5.5; extra == "test"
Requires-Dist: WebTest; extra == "test"
Provides-Extra: tests
Requires-Dist: nose; extra == "tests"
Requires-Dist: sieve; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: Genshi>=0.3.5; extra == "tests"
Requires-Dist: Mako>=0.1.1; extra == "tests"
Requires-Dist: Jinja2; extra == "tests"
Requires-Dist: Kajiki>=0.5.5; extra == "tests"
Requires-Dist: WebTest; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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>`_.
