From 12d66761691394485a5fe5729a40cea9c05ab23b Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Sat, 13 Apr 2013 11:57:12 -0300 Subject: python/pymongo: Added (Python Driver/Tools for mongodb) Signed-off-by: Niels Horn --- python/pymongo/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/pymongo/README (limited to 'python/pymongo/README') diff --git a/python/pymongo/README b/python/pymongo/README new file mode 100644 index 0000000000..cfa106b153 --- /dev/null +++ b/python/pymongo/README @@ -0,0 +1,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) -- cgit v1.2.3