File: control

package info (click to toggle)
wtforms 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 564 kB
  • sloc: python: 3,477; makefile: 72
file content (24 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 (>= 7.0.50~), python-all (>= 2.6.6-3~)
Build-Depends-Indep: python-sqlalchemy (>= 0.5), python-django, python-dateutil,
 python-sphinx (>= 0.6), python (>= 2.6.6-3~) | python-pysqlite2
Standards-Version: 3.9.1
X-Python-Version: >= 2.4
Homepage: http://wtforms.simplecodes.com/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/wtforms/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/wtforms/trunk/

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