Metadata-Version: 1.0
Name: sorl-thumbnail
Version: 11.12
Summary: Thumbnails for Django
Home-page: https://github.com/sorl/sorl-thumbnail
Author: Mikko Hellsing
Author-email: mikko@aino.se
License: BSD
Description: sorl-thumbnail
        ==============
        
        Thumbnails for Django. Totally rewritten.
        
        Features at a glance
        --------------------
        - Storage support
        - Pluggable Engine support (ImageMagick, PIL, pgmagick included)
        - Pluggable Key Value Store support (cached db, redis)
        - Pluggable Backend support
        - Admin integration with possibility to delete
        - Dummy generation (placeholders)
        - Flexible, simple syntax, generates no html
        - ImageField for model that deletes thumbnails
        - CSS style cropping options
        - Margin calculation for vertical positioning
        
        Read more in `the documentation (latest version) <http://thumbnail.sorl.net/>`_
        
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
Classifier: Framework :: Django
