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