Metadata-Version: 1.1
Name: m01.fs
Version: 3.0.0
Summary: MongoDB file implementation wihtout gridfs for Zope3
Home-page: http://pypi.python.org/pypi/m01.fs
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a mongodb file implementation without GridFS for Zope3.
        This means, such files are limited to the mongo document size, currently 16MB.
        As you probably know, you should not use GridFS for small binary data because
        you will double the number of queries. This package will offer a file which
        stores the meta and file data in one document. 
        
        
        =======
        CHANGES
        =======
        
        3.0.0 (2015-11-11)
        ------------------
        
        - support pymongo >= 3.0.0 and use 3.0.0 as package version and reflect
          pymongo >= 3.0.0 compatibility
        
        
        1.0.1 (2015-09-28)
        ------------------
        
        - removed bson dependency, pymongo uses it's own bson implementation
        
        
        1.0.0 (2015-03-17)
        ------------------
        
        - feature: replace internal method setContentType with setContentTypeAndEncoding
          and also set encoding if given.
        
        - bugfix: fix apply encoding value. The value u'None' was applied if no encoding
          was given instead of None.
        
        
        0.5.1 (2013-03-19)
        ------------------
        
        - bugfix: remove notifyRemove method. This is a left over from m01.gridfs and
          not required since the item it self stores the image data
        
        
        0.5.0 (2012-11-18)
        ------------------
        
        - initial release
        
Keywords: Zope3 z3c p01 m01 mongo file
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
