Metadata-Version: 1.0
Name: js.mediaelement
Version: 2.13.1
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.13.1
        ------
        
        - Upgrade to 2.13.1
        
        2.12.0
        ------
        
        - Upgrade to 2.12.0.
        
        2.9.3-1
        -------
        
        - Add missing js.jquery requirement / dependency.
        
        2.9.3
        -----
        
        - Initial release.
        
Platform: UNKNOWN
