1 Source: flatland 2 Section: python 3 Priority: optional 4 Maintainer: Paul Boddie <paul@boddie.org.uk> 5 Build-Depends: 6 debhelper (>= 10), 7 dh-python, 8 python3-all, 9 python3-setuptools, 10 python3-setuptools-scm, 11 python3-blinker, 12 python3-nose 13 Standards-Version: 3.9.8 14 X-Python3-Version: >= 3.7 15 Homepage: https://github.com/discorporate/flatland/ 16 17 Package: python3-flatland 18 Architecture: all 19 Depends: 20 python3-blinker, 21 ${misc:Depends}, 22 ${python3:Depends} 23 Description: HTML form management and validation 24 Flatland maps between rich, structured Python application data and the 25 string-oriented flat namespace of web forms, key/value stores, text 26 files and user input. Flatland provides a schema-driven mapping 27 toolkit with optional data validation.