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