18 lines
513 B
ReStructuredText
18 lines
513 B
ReStructuredText
API Documentation
|
|
=================
|
|
|
|
The PyMongo distribution contains three top-level packages for
|
|
interacting with MongoDB. :mod:`bson` is an implementation of the
|
|
`BSON format <http://bsonspec.org>`_, :mod:`pymongo` is a
|
|
full-featured driver for MongoDB, and :mod:`gridfs` is a set of tools
|
|
for working with the `GridFS
|
|
<https://github.com/mongodb/specifications/blob/master/source/gridfs/gridfs-spec.rst/>`_ storage
|
|
specification.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
bson/index
|
|
pymongo/index
|
|
gridfs/index
|