Metadata-Version: 1.1
Name: js.fotorama
Version: 4.2.1
Summary: Fanstatic packaging of fotorama.js.
Home-page: https://bitbucket.org/it_spirit/js.fotorama
Author: Thomas Massmann
Author-email: thomas.massmann@it-spir.it
License: BSD
Download-URL: http://pypi.python.org/pypi/js.fotorama
Description: js.fotorama
        ***********
        
        Introduction
        ============
        
        This library packages `Fotorama Slideshow`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`Fotorama Slideshow`: http://fotorama.io
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.fotorama``) are published to some URL.
        
        How to use?
        ===========
        
        You can import Fotorama from ``js.fotorama`` and ``need`` it
        where you want these resources to be included on a page::
        
          >>> from js.fotorama import fotorama
          >>> fotorama.need()
        
        CHANGES
        *******
        
        4.2.1 (2013-07-29)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
