Metadata-Version: 1.1
Name: Moar
Version: 0.5.3
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 is an MIT Licensed 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/
        or in _docs/source: https://github.com/lucuma/moar/tree/master/docs/source .
        
        
        Features at a glance
        ---------------------
        
        * Pluggable engine support (_PIL: http://www.pythonware.com/products/pil/ and 
        _GraphicsMagick: http://www.graphicsmagick.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.
        
        
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: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
