API Documentation
- bson – BSON (Binary JSON) Encoding and Decoding
- code – Tools for representing JavaScript code
- dbref – Tools for manipulating DBRefs (references to documents stored in MongoDB)
- errors – Exceptions raised by the bson package
- json_util – Tools for using Python’s json module with BSON documents
- min_key – Representation for the MongoDB internal MinKey type
- raw_bson – Tools for representing raw BSON documents.
- son – Tools for working with SON, an ordered mapping
- pymongo – Python driver for MongoDB
- change_stream – Watch changes on a collection, database, or cluster
- collation – Tools for working with collations.
- command_cursor – Tools for iterating over MongoDB command results
- cursor_manager – Managers to handle when cursors are killed after being closed
- driver_info
- encryption_options – Automatic Client-Side Field Level Encryption
- mongo_client – Tools for connecting to MongoDB
- monitoring – Tools for monitoring driver events.
- pool – Pool module for use with a MongoDB client.
- read_preferences – Utilities for choosing which member of a replica set to read from.
- son_manipulator – Manipulators that can edit SON documents as they are saved or retrieved
- write_concern – Tools for specifying write concern
- gridfs – Tools for working with GridFS