slackbuilds/python/pymongo
Dimitris Zlatanidis e9d6c35d4c
python/pymongo: Updated for version 4.6.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-02 07:54:23 +07:00
..
README python/pymongo: Updated for version 4.3.3. 2022-12-10 07:43:10 +07:00
pymongo.SlackBuild python/pymongo: Updated for version 4.6.1. 2023-12-02 07:54:23 +07:00
pymongo.info python/pymongo: Updated for version 4.6.1. 2023-12-02 07:54:23 +07:00
slack-desc python/pymongo: Updated for version 4.3.3. 2022-12-10 07:43:10 +07:00

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.