File: index.rst

package info (click to toggle)
python-mockupdb 1.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 304 kB
  • sloc: python: 1,627; makefile: 146
file content (37 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. mongo-mockup-db documentation master file, created by
   sphinx-quickstart on Tue Jul  9 22:26:36 2013.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

MockupDB
========

.. image:: _static/mask.jpg

Mock server for testing MongoDB clients and creating `MongoDB Wire Protocol`_
servers.

The :doc:`tutorial` is the primary documentation.

Contents:

.. toctree::
   :maxdepth: 1

   installation
   tutorial
   reference
   contributing
   authors
   changelog

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Image Credit: `gnuckx <https://www.flickr.com/photos/34409164@N06/4708707234/>`_

.. _MongoDB Wire Protocol: https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/