Metadata-Version: 2.1
Name: m01.grid
Version: 3.2.3
Summary: MongoDB grid file implementation for Zope3
Home-page: http://pypi.python.org/pypi/m01.grid
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a mongodb grid based file implementation for Zope3.
        
        
        =======
        CHANGES
        =======
        
        3.2.3 (2025-12-04)
        ------------------
        
        - bugfix; handle bson.Binary in ChunkReader
        
        - improved chunker read and write methods and make them more robust for
          python 2 and 3
        
        
        3.2.2 (2025-12-04)
        ------------------
        
        - bugfix; Add next additional to __next__ to interface. This is required for
          security proxy
        
        
        3.2.1 (2025-11-11)
        ------------------
        
        - bugfix; fix encoding issues in read and write chunker
        
        
        3.2.0 (2025-11-07)
        ------------------
        
        - bugfix; python 3, store bytes and prevent return a read proxy
        
        
        3.1.0 (2025-06-15)
        ------------------
        
        - Compatibility with Python3
        
        
        3.0.0 (2018-04-24)
        ------------------
        
        - feature: added skipMD5Check to ChunkWriter for skip the filemd5 hash check
        
        - make it compatible with new mongo client setup in m01.mongo > 3.0.*. Because
          the connection pool factory concept is gone in m01.mongo
        
        - ensure acknowledged file collection. Because with w=0, 'filemd5' might run
          before the final chunks are written.
        
        - adjust test setup
        
        - support pymongo >= 3.0.0 and use 3.0.0 as package version and reflect
          pymongo >= 3.0.0 compatibility
        
        
        0.5.0 (2012-11-17)
        ------------------
        
        - initial release
        
Keywords: Zope3 z3c p01 m01 mongo file grid
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
Provides-Extra: test
