123456789101112131415161718192021222324252627282930 |
- Metadata-Version: 2.1
- Name: mongomock
- Version: 3.10.0
- Summary: Fake pymongo stub for testing simple MongoDB-dependent code
- Home-page: UNKNOWN
- Author: Rotem Yaari
- Author-email: vmalloc@gmail.com
- License: BSD
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: Operating System :: MacOS :: MacOS X
- Classifier: Operating System :: Microsoft :: Windows
- Classifier: Operating System :: POSIX
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 3.3
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Programming Language :: Python :: Implementation :: CPython
- Classifier: Programming Language :: Python :: Implementation :: PyPy
- Classifier: Topic :: Database
- Requires-Dist: sentinels
- Requires-Dist: six
- Requires-Dist: mock
- Fake pymongo stub for testing simple MongoDB-dependent code
|