Source: python-wtforms
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pallets-eco/wtforms/tags
Vcs-Browser: https://github.com/alvistack/pallets-eco-wtforms
Vcs-Git: https://github.com/alvistack/pallets-eco-wtforms.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-wtforms
Architecture: all
Description: Form validation and rendering for Python web development
 WTForms is a flexible forms validation and rendering library for Python
 web development. It can work with whatever web framework and template
 engine you choose. It supports data validation, CSRF protection,
 internationalization (I18N), and more. There are various community
 libraries that provide closer integration with popular frameworks.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-markupsafe,
