Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 99e79f0be1e8aae8aa6abc0094cc25d9 > files > 104

python3-pymongo-2.5.2-2.fc18.i686.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