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