js.jquery is a Python library that packages jQuery for Fanstatic. It is aware of jQuery's structure and different modes (normal, minified).
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.jquery) are published to some URL.
How to use?
You can import jQuery from js.jquery and need it where you want these resources to be included on a page:
>>> from js.jquery import jquery
>>> jquery.need()
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Update to jQuery 1.8, released 2012-08-09 (`release notes`_).