Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a4ff4bd18b3868f4881ffc0a7b995874 > files > 75

python3-bson-2.5.2-5.mga4.x86_64.rpm

:mod:`pymongo` -- Python driver for MongoDB
===========================================

.. automodule:: pymongo
   :synopsis: Python driver for MongoDB

   .. autodata:: version
   .. data:: MongoClient

      Alias for :class:`pymongo.mongo_client.MongoClient`.

   .. data:: MongoReplicaSetClient

      Alias for :class:`pymongo.mongo_replica_set_client.MongoReplicaSetClient`.

   .. autoclass:: pymongo.read_preferences.ReadPreference
   .. autofunction:: has_c

Sub-modules:

.. toctree::
   :maxdepth: 2

   connection
   database
   collection
   cursor
   errors
   master_slave_connection
   message
   mongo_client
   mongo_replica_set_client
   pool
   replica_set_connection
   son_manipulator
   cursor_manager
   uri_parser