Metadata-Version: 1.0
Name: js.classy
Version: 1.4
Summary: Fanstatic packaging of Classy
Home-page: UNKNOWN
Author: Stephane Klein
Author-email: stephane@harobed.org
License: BSD
Description: js.classy
        *********
        
        Introduction
        ============
        
        This library packages `Classy`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Classy`: http://classy.pocoo.org/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.classy``) are published to some URL.
        
        Bitbucket repository : https://bitbucket.org/harobed/js.classy
        
        How to use?
        ===========
        
        
        You can import ``classy`` from ``js.classy`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.classy import classy
          >>> classy.need()
        
        
        CHANGES
        *******
        
        1.4 (28-04-2011)
        ================
        
        - Initial release.
        
Platform: UNKNOWN
