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