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