File: control

package info (click to toggle)
wtforms-json 0.3.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: python: 819; makefile: 140; sh: 11
file content (34 lines) | stat: -rw-r--r-- 1,202 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
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)