Source: wtforms
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>=9),
               python-all,
               dh-python,
               python-setuptools,
               python3-all,
               python3-setuptools,
               python-sqlalchemy (>= 0.5),
               python-django,
               python-dateutil,
               python-sphinx (>= 0.6), 
               python3-sqlalchemy,
               python3-django,
               python3-dateutil,
               python3-sphinx,
               python-babel,
               python3-babel,
               python-coverage,
               python3-coverage
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >=3.3
Homepage: http://wtforms.simplecodes.com/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/wtforms/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/wtforms/trunk/

Package: python-wtforms
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-sqlalchemy (>=0.5), python-django
Description: flexible forms validation and rendering library for Python 2
 WTForms is a HTML form field generator which allows full customization
 with templates, using the template engine of your choice. It also allows
 one to create forms based on ORM models from Django, SqlAlchemy and the
 Google Appengine.


Package: python3-wtforms
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-sqlalchemy, python3-django
Description: flexible forms validation and rendering library for Python 3
 WTForms is a HTML form field generator which allows full customization
 with templates, using the template engine of your choice. It also allows
 one to create forms based on ORM models from Django, SqlAlchemy and the
 Google

Package: python-wtforms-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: flexible forms validation and rendering library for Python (doc)
 Documentation for WTForms. WTForms is a HTML form field generator which
 allows full customization with templates, using the template engine of your
 choice. It also allows one to create forms based on ORM models from Django,
 SqlAlchemy and the Google
