Metadata-Version: 1.0
Name: js.jquery_qunit
Version: 0.5
Summary: Fanstatic packaging of jQuery QUnit
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.jquery_qunit
        ***************
        
        Introduction
        ============
        
        This library packages `jQuery QUnit`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery QUnit`: http://docs.jquery.com/Qunit
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_qunit``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``jquery_qunit`` from ``js.jquery_qunit`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.jquery_qunit import jquery_qunit
          >>> jquery_qunit.need()
        
        
        CHANGES
        *******
        
        0.5 (2011-04-25)
        ================
        
        - Initial release.
        
Platform: UNKNOWN
