Metadata-Version: 1.0
Name: js.deform_bootstrap
Version: 0.2.4
Summary: Fanstatic packaging of test_deform_bootstrap
Home-page: https://github.com/disko/js.deform_bootstrap
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.deform_bootstrap
        ===================
        
        Introduction
        ------------
        
        This library packages `deform_bootstrap`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`deform_bootstrap`: http://pypi.python.org/pypi/deform_bootstrap/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.deform_bootstrap``) are published to some URL.
        
        Included resources
        ------------------
        
        ``js.deform_bootstrap`` is different from most ``js.`` packages in that it
        doesn't include any resources itself.  It references the resources from
        ``deform_bootstrap`` instead.
        
        How to use?
        ===========
        
        
        You can import ``deform_bootstrap_js`` from ``js.deform_bootstrap``
        and ``need`` it where you want these resources to be included on a page::
        
          >>> from js.deform_bootstrap import deform_bootstrap_js
          >>> deform_bootstrap_js.need()
        
        
        CHANGES
        =======
        
        0.2.2
        -----
        
        -   Initial release.
        
Platform: UNKNOWN
