Metadata-Version: 1.0
Name: js.javascript-templates
Version: 2.1.0
Summary: Fanstatic packaging of JavaScript Templates
Home-page: UNKNOWN
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.javascript_templates
        =======================
        
        Introduction
        ------------
        
        This library packages `JavaScript Templates`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`JavaScript Templates`: http://blueimp.github.com/JavaScript-Templates/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.javascript_templates``) are published to some URL.
        
        
        How to use?
        -----------
        
        You can import ``tmpl`` from ``js.javascript_templates`` and ``need`` it where
        you want these resources to be included on a page::
        
          >>> from js.javascript_templates import tmpl
          >>> tmpl.need()
        
        CHANGES
        =======
        
        2.1.0
        -----
        
        -   Initial release.
        
Platform: UNKNOWN
