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