pymongo
https://github.com/mongodb/mongo-python-driver
https://pymongo.readthedocs.io/en/stable
https://docs.mongoengine.org/guide/connecting.html
pymongo==3.10.1
MongoEngine
MongoEngine is a Python Object-Document Mapper for working with MongoDB.
https://pypi.org/project/mongoengine
motor
Motor is a full-featured, non-blocking MongoDB driver for Python asyncio and Tornado applications. Motor presents a coroutine-based API for non-blocking access to MongoDB.
GitHub - mongodb/motor: Motor - the async Python driver for MongoDB and Tornado or asyncio
Motor: Asynchronous Python driver for MongoDB — Motor 3.4.0 documentation