Package gridfs
[frames] | no frames]

Package gridfs

source code

GridFS is a specification for storing large objects in Mongo.

The gridfs package is an implementation of GridFS on top of pymongo, exposing a file-like interface.

Submodules

Classes
  GridFS
An instance of GridFS on top of a single pymongo.database.Database.