Metadata-Version: 1.1
Name: js.bootstrap-select
Version: 1.5.2
Summary: Fanstatic packaging of bootstrap-select.js.
Home-page: https://github.com/tmassman/js.bootstrap_select
Author: Thomas Massmann
Author-email: thomas.massmann@it-spir.it
License: BSD
Download-URL: http://pypi.python.org/pypi/js.bootstrap_select
Description: js.bootstrap_select
        *******************
        
        Introduction
        ============
        
        This library packages `bootstrap select`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`bootstrap select`: http://silviomoreto.github.io/bootstrap-select
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.bootstrap_select``) are published to some URL.
        
        
        Mostly Harmless
        ---------------
        
        .. image:: https://travis-ci.org/tmassman/js.bootstrap_select.svg?branch=master
           :target: https://travis-ci.org/tmassman/js.bootstrap_select
        
        How to use?
        ===========
        
        You can import bootstrap-select from ``js.bootstrap_select`` and ``need`` it
        where you want these resources to be included on a page::
        
          >>> from js.bootstrap_select import bootstrap_select
          >>> bootstrap_select.need()
        
        CHANGES
        *******
        
        1.5.2 (2014-05-16)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
