File: control

package info (click to toggle)
wtforms 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,036 kB
  • ctags: 1,374
  • sloc: python: 5,268; makefile: 69
file content (62 lines) | stat: -rw-r--r-- 2,488 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: wtforms
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Orestis Ioannou <orestis@oioannou.com>
Section: python
Priority: optional
Build-Depends: debhelper (>=9),
               python-all,
               dh-python,
               python-setuptools,
               python3-all,
               python3-setuptools,
               python-sqlalchemy (>= 0.5),
               python-dateutil,
               python-sphinx (>= 0.6), 
               python3-sqlalchemy,
               python3-dateutil,
               python3-sphinx,
               python-babel,
               python3-babel,
               python-coverage
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >=3.3
Homepage: http://wtforms.simplecodes.com/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/wtforms.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wtforms.git

Package: python-wtforms
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-sqlalchemy (>=0.5), python-django, python-django-localflavor
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.
 .
 This package contains the module for Python 2.

Package: python3-wtforms
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-sqlalchemy, python3-django, python3-django-localflavor
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 Appengine.
 .
 This package contains the module for Python 3.

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 Appengine.
 .
 This package contains the documentation.