Metadata-Version: 2.4
Name: pymongo-async-mock
Version: 0.1.3
Summary: PyMongo Async Client Mock - library that can be used for mocking pymongo async client, useful for unit tests.
Author-email: Krzysztof Szyda <szyda.krzysztof@gmail.com>
License-Expression: MIT
Project-URL: Repository, https://gitlab.com/krzyszti/open_source/pymongo_async_mock
Keywords: library,mongo,pymongo,mock,async
Requires-Python: <4.0,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mongomock>=4.3.0
Requires-Dist: pymongo>=4.16.0
Requires-Dist: typing-extensions>=4.15.0
Dynamic: license-file

# Introduction
This is a pymongo async version of mongomock-motor library created by [Michael Kryukov](https://github.com/michaelkryukov) that can be found [here](https://github.com/michaelkryukov/mongomock_motor)
