Metadata-Version: 1.1
Name: js.jquery-interdependencies
Version: 0.1
Summary: Fanstatic packaging of jQuery Interdependencies.
Home-page: https://bitbucket.org/it_spirit/js.jquery_interdependencies
Author: Thomas Massmann
Author-email: thomas.massmann@it-spir.it
License: BSD
Download-URL: http://pypi.python.org/pypi/js.jquery_interdependencies
Description: js.jquery_interdependencies
        ***************************
        
        Introduction
        ============
        
        This library packages `jQuery Interdependencies`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery Interdependencies`: https://github.com/miohtama/jquery-interdependencies
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_interdependencies``) are published to some URL.
        
        How to use?
        ===========
        
        You can import jQuery Interdependencies from ``js.jquery_interdependencies``
        and ``need`` it where you want these resources to be included on a page::
        
          >>> from js.jquery_interdependencies import jquery_interdependencies
          >>> jquery_interdependencies.need()
        
        CHANGES
        *******
        
        0.1 (2013-07-25)
        ================
        
        - Initial release.
        
Platform: UNKNOWN
