pymongo – Python driver for MongoDB

Python driver for MongoDB.

  • pymongo.version = '3.9.0'
  • str(object=’’) -> string

Return a nice string representation of the object.If the argument is a string, the return value is the same object.

  • pymongo.has_c()
  • Is the C extension installed?
  • pymongo.MIN_SUPPORTED_WIRE_VERSION
  • The minimum wire protocol version PyMongo supports.
  • pymongo.MAX_SUPPORTED_WIRE_VERSION
  • The maximum wire protocol version PyMongo supports.

Sub-modules: