METADATA 1.0 KB

123456789101112131415161718192021222324252627282930
  1. Metadata-Version: 2.1
  2. Name: mongomock
  3. Version: 3.10.0
  4. Summary: Fake pymongo stub for testing simple MongoDB-dependent code
  5. Home-page: UNKNOWN
  6. Author: Rotem Yaari
  7. Author-email: vmalloc@gmail.com
  8. License: BSD
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Operating System :: MacOS :: MacOS X
  13. Classifier: Operating System :: Microsoft :: Windows
  14. Classifier: Operating System :: POSIX
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.7
  17. Classifier: Programming Language :: Python :: 3
  18. Classifier: Programming Language :: Python :: 3.3
  19. Classifier: Programming Language :: Python :: 3.4
  20. Classifier: Programming Language :: Python :: 3.5
  21. Classifier: Programming Language :: Python :: Implementation :: CPython
  22. Classifier: Programming Language :: Python :: Implementation :: PyPy
  23. Classifier: Topic :: Database
  24. Requires-Dist: sentinels
  25. Requires-Dist: six
  26. Requires-Dist: mock
  27. Fake pymongo stub for testing simple MongoDB-dependent code