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