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