Metadata-Version: 1.1
Name: js.jquery_sortable
Version: 0.9.13
Summary: Fanstatic packaging of jQuery Sortable
Home-page: https://github.com/fanstatic/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.13 - 2017-02-23
        ------------------
        
        - Upgrade to 0.9.13.
        - Test against Python 3.3, 3.4, 3.5 and 3.6 with tox and on TravisCI.
        - Add a script to update from npm automatically.
        
        0.9.12 - 2014-05-12
        -------------------
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
