summaryrefslogtreecommitdiffstats
path: root/python/pymongo/README
blob: cfa106b153b7cc830e4d41dc711bccde2b557df5 (plain)
1
2
3
4
5
6
The PyMongo distribution contains tools for interacting with MongoDB
database from Python.  The bson package is an implementation of
the BSON format for Python (http://bsonspec.org). The pymongo
package is a native Python driver for MongoDB. The gridfs package
is a gridfs implementation on top of pymongo.
(http://www.mongodb.org/display/DOCS/GridFS+Specification)