Metadata-Version: 1.0
Name: js.spin
Version: 2.0.2
Summary: Fanstatic packaging of spin.js
Home-page: https://github.com/disko/js.spin
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.spin
        =======
        
        Introduction
        ------------
        
        This library packages `spin.js`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`spin.js`: http://fgnass.github.com/spin.js/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.spin``) are published to some URL.
        
        
        How to use?
        -----------
        
        You can import ``spin`` from ``js.spin`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.spin import spin
          >>> spin.need()
        
        Or, if you prefer the jQuery plugin verstion of ``spin.js``::
        
          >>> from js.spin import jquery_spin
          >>> jquery_spin.need()
        
        
        CHANGES
        =======
        
        2.0.2 - 2015-02-03
        ------------------
        
        - Upgrade to 2.0.2.
        - Use bower for upstream updates.
        
        1.3.0-1 - 2013-05-03
        --------------------
        
        - Added missing dependency to the jquery_spin resource.
        
        1.3.0 - 2013-05-03
        ------------------
        
        - Upgrade to 1.3.0.
        - Add jQuery version.
        
        1.2.2
        -----
        
        - Initial release.
        
Platform: UNKNOWN
