summaryrefslogtreecommitdiff
path: root/databases/py-mongo/DESCR
blob: 0f7fd559cd02b55af461202ce6a8d003f28a6f38 (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.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.