Metadata-Version: 1.0
Name: thumbor_mongodb
Version: 0.1
Summary: MongoDB loader for Thumbor (no GridFS)
Home-page: https://github.com/dhardy92/thumbor_hbase
Author: Damien Hardy
Author-email: dhardy@figarocms.fr
License: MIT
Description: Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
        This module provide support for MongoDB loader for images. 
        Image data is stored in one field of MongoDB document in a collection and addressed by its ObjectId('_id')
        
Keywords: thumbor,mongodb,images
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics :: Presentation
