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