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