Metadata-Version: 1.1
Name: Moar
Version: 2.1.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 (see LICENSE)
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 (`Wand <http://docs.wand-py.org/>` included).
        * Automatic cache: a thumbnail is generated only once.
        * Pluggable storage support (includes local files and S3 storages).
        * Flexible, simple syntax, generates no HTML.
        * Several filters available by default:
            * Cropping
            * Rotation
            * Blur
        * Easily extendable.
        
        
        :copyright: `Juan-Pablo Scaletti <http://jpscaletti.com>`_.
        :license: MIT, see LICENSE for more details.
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
