Source: wtforms-components
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 python3-setuptools,
 python3-all,
 python3-colour <!nocheck>,
 python3-flexmock <!nocheck>,
 python3-intervals <!nocheck>,
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-validators <!nocheck>,
 python3-wtforms-test <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/kvesteri/wtforms-components
Vcs-Browser: https://salsa.debian.org/python-team/packages/wtforms-components
Vcs-Git: https://salsa.debian.org/python-team/packages/wtforms-components.git
Rules-Requires-Root: no

Package: python3-wtforms-components
Architecture: all
Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
Description: additional fields, validators and widgets for WTForms
 WTForms-Components provides enhanced versions of some WTForms HTML5
 fields and some additional new fields and validatiors.
 These enhancements include:
 .
  * DateTimeField
  * IntegerField
  * SelectField
  * SelectMultipleField
  * ColorField
  * NumberRangeField
  * PassiveHiddenField
  * Read-only fields
  * DateRange validator
  * Email validator
  * If validator
  * Unique Validator
