API Documentation

The PyMongo distribution contains three top-level packages forinteracting with MongoDB. bson is an implementation of theBSON format, pymongo is afull-featured driver for MongoDB, and gridfs is a set of toolsfor working with the GridFS storagespecification.