Metadata-Version: 1.0
Name: sorl-thumbnail
Version: 10.12-beta2
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 version 10.12-beta2
        ==================================
        
        Thumbnails for Django. Totally rewritten.
        
        Features at a glance
        --------------------
        - Storage support
        - Pluggable Engine support (PIL, pgmagick)
        - Pluggable Key Value Store support (redis, cached db)
        - Pluggable Backend support
        - Dummy generation (no you dont have to download the production site's 666GB of
          images to develop locally anymore).
        - 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 half assed documentation so far <http://thumbnail.sorl.net/>`_
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
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
