Metadata-Version: 1.1
Name: Moar
Version: 1.2.2
Summary: Easy thumbnails for everyone
Home-page: http://github.com/lucuma/Moar
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
Description: =========
        Moar
        =========
        
        A library, written in Python, that allows you to make custom thumbnails wherever you need them.
        
            <img src="{{ thumbnail(source, '200x100', ('crop', 50, 50)) }}" />
        
        
        See the documentation online at http://lucuma.github.com/moar/
        
        
        Features at a glance
        ---------------------
        
        * Pluggable engine support (PIL/Pillow and _Wand: http://docs.wand-py.org/ included).
        * Automatic cache: a thumbnail is generated only once.
        * Pluggable storage support (FileSystem included).
        * Flexible, simple syntax, generates no HTML.
        * Several filters available by default:
            * Cropping
            * Rotation
            * Blur
            * Grayscale/Sepia
        * Easily extendable.
        
        ---------------------------------------
        _MIT License: http://www.opensource.org/licenses/mit-license.php
        
        © 2011 by _Lúcuma labs: http://lucumalabs.com
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
