Python Module Index

b | g | p
 
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.codec_options Tools for specifying BSON codec options.
    bson.dbref Tools for manipulating DBRefs (references to documents stored in MongoDB)
    bson.errors Exceptions raised by the bson package
    bson.int64 Tools for representing BSON int64
    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.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.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.monitoring Tools for monitoring driver events.
    pymongo.operations Operation class definitions
    pymongo.pool Pool module for use with a MongoDB client.
    pymongo.read_preferences Utilities for choosing which member of a replica set to read from.
    pymongo.results Result class definitions
    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.
    pymongo.write_concern Tools for specifying write concern.