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