Metadata-Version: 1.0
Name: magicembed
Version: 1.0.1
Summary: An easy and simple Django template tag and tool to embed video and get thumbnails from video providers.

Home-page: https://github.com/kronoscode/django-magicembed
Author: Adolfo Fitoria
Author-email: fitoria@kronoscode.com
License: The MIT License
Description: Django Magic Embed
        ==================
        
        What is it?
        -----------
        
        Magic Embed is an easy and simple Django template tag and tool to embed
        video and get thumbnails from video providers.
        
        Demo
        ----
        
        You can see here the `Magic Embed
        Demo <https://github.com/kronoscode/magic-embed-demo>`__
        
        Screenshots
        -----------
        
        |Submit Form| |Embed Video| |Thumbnail|
        
        Downloading
        -----------
        
        You can download it from PyPI here `PyPI-Magic
        Embed <https://pypi.python.org/pypi/magicembed/0.2>`__
        
        How to install it?
        ------------------
        
        If you have a requeriments list add this to your requeriments
        
        1. magicembed==(version)
        
        2. pip install -r requirements.txt
        
        Or if you use setup.py
        
        1. add magicembed to **INSTALLED\_APPS**
        
        2. run python setup.py install
        
        How to use
        ----------
        
        First add this in the template to load the template tags
        
        {% load magicembed\_tags %}
        
        Now if you need to embed a video, add this template tag to video url
        field
        
        {{ video\|magicembed:"width x height" }}
        
        Or to get a thumbnail url
        
        {{ video\|magicthumbnail }}
        
        How to contrib
        --------------
        
        1. Fork it ( http://github.com/fitoria/django-magicembed/fork )
        2. Create your feature branch (``git checkout -b my-new-feature``)
        3. Commit your changes (``git commit -am 'Add some feature'``)
        4. Push to the branch (``git push origin my-new-feature``)
        5. Create new Pull Request
        
        Licence
        -------
        
        Licensed under `MIT <http://opensource.org/licenses/mit-license.php>`__
        
        .. |Submit Form| image:: http://i.imgur.com/lVHKswj.png
        .. |Embed Video| image:: http://i.imgur.com/i66W7xv.png
        .. |Thumbnail| image:: http://i.imgur.com/7dSXmiB.png
        
Keywords: django,video,youtube,vimeo,embed,thumbnail
Platform: OS Independent
