Metadata-Version: 1.1
Name: m01.fake
Version: 3.0.2
Summary: Fake MongoDB implementation
Home-page: http://pypi.python.org/pypi/m01.fake
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
Description: This package provides a fake mongodb implementation and is quite handy for
        testing.
        
        
        =======
        CHANGES
        =======
        
        3.0.2 (2017-01-11)
        ------------------
        
        - bugfix: fix $setOnInsert, _id as a part of $setOnInsert didn't get applied
          to the new inserted document
        
        
        3.0.1 (2015-12-24)
        ------------------
        
        - make implementation compatible with final pymongo 3.2 version
        
        
        3.0.0 (2015-11-11)
        ------------------
        
        - initial release
        
        - implemented update operator
        
        - implemented find operator
        
        - use 3.0.0 as package version and reflect pymongo > 3.0.0 compatibility
        
        - m01.mongofake replacement, support pymongo >= 3.0.0
        
Keywords: mongoDB mongo fake
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
