b | ||
bson | BSON (Binary JSON) Encoding and Decoding | |
bson.binary | Tools for representing binary data to be stored in MongoDB | |
bson.code | Tools for representing JavaScript code | |
bson.dbref | Tools for manipulating DBRefs (references to documents stored in MongoDB) | |
bson.errors | Exceptions raised by the bson package | |
bson.json_util | Tools for using Python's json module with BSON documents | |
bson.max_key | Representation for the MongoDB internal MaxKey type | |
bson.min_key | Representation for the MongoDB internal MinKey type | |
bson.objectid | Tools for working with MongoDB ObjectIds | |
bson.regex | Tools for representing MongoDB regular expressions | |
bson.son | Tools for working with SON, an ordered mapping | |
bson.timestamp | Tools for representing MongoDB internal Timestamps | |
bson.tz_util | Utilities for dealing with timezones in Python | |
g | ||
gridfs | Tools for working with GridFS | |
gridfs.errors | Exceptions raised by the gridfs package | |
gridfs.grid_file | Tools for representing files stored in GridFS | |
p | ||
pymongo | Python driver for MongoDB | |
pymongo.bulk | The bulk write operations interface. | |
pymongo.collection | Collection level operations | |
pymongo.command_cursor | Tools for iterating over MongoDB command results | |
pymongo.connection | Tools for connecting to MongoDB | |
pymongo.cursor | Tools for iterating over MongoDB query results | |
pymongo.cursor_manager | Managers to handle when cursors are killed after being closed | |
pymongo.database | Database level operations | |
pymongo.errors | Exceptions raised by the pymongo package | |
pymongo.master_slave_connection | Master-slave connection to MongoDB | |
pymongo.message | Tools for creating messages to be sent to MongoDB | |
pymongo.mongo_client | Tools for connecting to MongoDB | |
pymongo.mongo_replica_set_client | Tools for connecting to a MongoDB replica set | |
pymongo.pool | Pool module for use with a MongoDB client. | |
pymongo.replica_set_connection | Tools for connecting to a MongoDB replica set | |
pymongo.son_manipulator | Manipulators that can edit SON documents as they are saved or retrieved | |
pymongo.uri_parser | Tools to parse and validate a MongoDB URI. |