mongo-types icon indicating copy to clipboard operation
mongo-types copied to clipboard

MongoDB's `motor` official library support?

Open SolAstrius opened this issue 4 years ago • 1 comments

I am currently developing an asynchronous app with motor instead of pymongo and mypy. As far as I know, it's not that different from PyMongo, and, in some places uses it under the hood. I wonder if you can review the possibility of writing type-hints for it too. Thank you for your work on mongo-types!

SolAstrius avatar Apr 27 '21 12:04 SolAstrius

Looking at the docs, the functionality looks pretty similar to the sync client

however, I don't use motor myself so I don't really have a need/motivation for writing the type stubs

sbdchd avatar Apr 28 '21 01:04 sbdchd