Metadata-Version: 1.0
Name: js.bootstrap-switch
Version: 3.3.4
Summary: Fanstatic packaging of Bootstrap Switch
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description-Content-Type: UNKNOWN
Description: js.bootstrap_switch
        *******************
        
        Introduction
        ============
        
        This library packages `Bootstrap Switch`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Bootstrap Switch`: https://bttstrp.github.io/bootstrap-switch
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.bootstrap_switch``) are published to some URL.
        
        How to use?
        ===========
        
        
        You can import ``bootstrap_switch`` from ``js.bootstrap_switch`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.bootstrap_switch import bootstrap_switch
          >>> bootstrap_switch.need()
        
        
        CHANGES
        *******
        
        3.3.4 (2020-04-01)
        ==================
        
        - Updated to 3.3.4.
        
        
        3.3.2 (2016-11-29)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
