Source: wtforms-json Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Joseph Nahmias , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, python-wtforms-doc , python3-setuptools, python3-all, python3-pytest , python3-sphinx , python3-wtforms-alchemy , Standards-Version: 4.6.1 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 Rules-Requires-Root: no 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)