Source: python-formencode Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Piotr Ożarowski , Neil Muller , Chris Lamb , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-dnspython , python3-pycountry , python3-pytest , pybuild-plugin-pyproject, python3-setuptools, python3-setuptools-scm, Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/python-team/packages/python-formencode.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-formencode Homepage: http://formencode.org Package: python3-formencode Architecture: all Depends: python3-dnspython, ${misc:Depends}, ${python3:Depends}, Breaks: python-formencode (<< 1.3.0-4) Replaces: python-formencode (<< 1.3.0-4) Description: validation and form generation Python 3 package FormEncode is a validation and form generation package. The validation can be used separately from the form generation. The validation works on compound data structures, with all parts being nestable. It is separate from HTTP or any other input mechanism. . This package contains the Python 3 version of FormEncode.