Source: wtforms-json
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,
 python-wtforms-doc <!nodoc>,
 python3-setuptools,
 python3-all,
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-wtforms-alchemy,
Standards-Version: 4.7.2
Homepage: https://github.com/kvesteri/wtforms-json
Vcs-Browser: https://salsa.debian.org/python-team/packages/wtforms-json
Vcs-Git: https://salsa.debian.org/python-team/packages/wtforms-json.git

Package: python3-wtforms-json
Architecture: all
Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
Description: smart json support for WTForms
 WTForms-JSON is a WTForms extension for JSON data handling. It:
 .
  * Adds support for booleans (WTForms doesn’t know how to handle
    False boolean values)
  * Adds support for None type FormField values
  * Adds support for None type Field values
  * Support for patch data requests with patch_data Form property
  * Function for converting JSON data into dict that WTForms
    understands (flatten_json() function)
