sbdchd / mongo-types

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

Build Out Connection Interface #61

Closed phil-airship closed 2 years ago

phil-airship commented 2 years ago

Used mypy stubgen, and then manually modified to align with proper types and repo formatting. Previously lacked the public connection interface

sbdchd commented 2 years ago

Looks great, thanks!