Ramblings

March 17, 2008

Python stand-alone form validation

Filed under: dev, python, tool — michaelangela @ 2:47 pm

Actually, it’s not just form validation. It’s the fact that validation is independent and it just checks a Python data set against the set validators. And with this, it can be complete classes that are set up as group validators.

What that means is within the model definition, standard key validations can be assigned using ANY database backend or ORM. That can be helpful. It could also be customized depending on the need.

FormEncode

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.

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

You must be logged in to post a comment.

Blog at WordPress.com.