toscawidgets

Recommendation for python form validation library [closed]

筅森魡賤 提交于 2019-11-29 20:36:11
I would like a form validation library that 1.separate html generation from form validation; 2.validation errors can be easily serialized, eg. dumped as a json object What form validation library would you choose in a python web project? Y.H Wong Disclaimer Generally speaking I'm a little wary about HTML form libraries now. If you use something from a mega-framework, you invariably have to bring in the whole mega-framework as your dependency. Many sub-components of many mega-frameworks claim to not depend on the framework but let's not kid ourselves. If you don't use one, there are at least a

Recommendation for python form validation library [closed]

孤者浪人 提交于 2019-11-28 16:14:49
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I would like a form validation library that 1.separate html generation from form validation; 2.validation errors can be easily