Metadata-Version: 1.1
Name: django-media-helper
Version: 0.3
Summary: A image resizing and management app for Django
Home-page: https://github.com/brmc/django-media-helper
Author: Brian McClure
Author-email: brian.mcclr@gmail.com
License: MIT License
Download-URL: https://github.com/brmc/django-media-helper.git
Description: # **django-media-helper** #
        
        When dealing with content from unacquainted sources(e.g., clients or designers)
        one often gets images with absurd dimensions and/or filesizes: A 3000px-wide
        play-button, a 10MB logo, etc.  Media-helper attempts to mitigate this problem
        by automating image-resizing, delivering the most appropriately sized image to
        the browser.
        
        It is also designed to be dropped into existing projects with minimal effort.
        It's still in the alpha stage, but if you're careful it might make your life a
        little bit easier while also speeding up your load times and reducing data
        transfer.
Keywords: django,imaging,ajax
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires: python (>= 2.7)
Requires: django (>= 1.6)
Requires: Pillow (>= 2.1.0)
