js.jquery_validation_engine is a Python library that packages jQuery-Validation-Engine for Fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.jquery_validation_engine) are published to some URL.
Bitbucket repository : https://bitbucket.org/fanstatic/js.jquery_validation_engine
How to use?
You can import validation_engine from js.jquery_validation_engine and need it where you want these resources to be included on a page:
>>> from js.jquery_validation_engine import validation_engine
>>> validation_engine["fr"].need()
Product's homepage
Requirements:
· Python
· Fanstatic