slackbuilds_ponce/python/pymongo/README
Christoph Willing 12d6676169 python/pymongo: Added (Python Driver/Tools for mongodb)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2013-04-15 17:21:03 -05:00

6 lines
366 B
Text

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)