sbdchd / mongo-types

:fallen_leaf: Type stubs for mongoengine, pymongo, and bson
Apache License 2.0
19 stars 8 forks source link

MongoDB's `motor` official library support? #29

Open SolAstri opened 3 years ago

SolAstri commented 3 years ago

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!

sbdchd commented 3 years ago

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