You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 4b6f734783 python/pymongo: Updated for version 3.4.0. 9 years ago
..
README python/pymongo: Added (Python Driver/Tools for mongodb) 13 years ago
pymongo.SlackBuild python/pymongo: Updated for version 3.4.0. 9 years ago
pymongo.info python/pymongo: Updated for version 3.4.0. 9 years ago
slack-desc python/pymongo: Added (Python Driver/Tools for mongodb) 13 years ago

README

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)