Metadata-Version: 1.0
Name: js.forkit
Version: 0.2
Summary: Fanstatic packaging of forkit.js
Home-page: https://github.com/disko/js.forkit/
Author: Andreas Kaiser
Author-email: disko@binary-punks.com
License: BSD
Description: js.forkit
        *********
        
        Introduction
        ============
        
        This library packages `forkit.js`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`forkit.js`: http://lab.hakim.se/forkit-js/
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.forkit``) are published to some URL.
        
        
        How to use?
        ===========
        
        
        You can import ``forkit`` from ``js.forkit`` and ``need`` it where you want
        these resources to be included on a page::
        
          >>> from js.forkit import forkit
          >>> forkit.need()
        
        
        CHANGES
        *******
        
        0.2
        ===
        
        - Initial release.
        
Platform: UNKNOWN
