python3-gridfs

Python3 implementation of GridFS for MongoDB
  https://api.mongodb.org/python/
  0
  no reviews



GridFS is a storage specification for large objects in MongoDB. The Python3 gridfs module is an implementation based on the pymongo module. It provides a file-like interface.