Python reference
================

The DB-All.e Python bindings provide 2 levels of access to a DB-All.e database:
a complete API similar to the Fortran and C++ API, and a high-level API called
volnd that allows to automatically export matrices of data out of the database.

.. toctree::
    :maxdepth: 2

    types
    messages
    cursors
    db
    explorer
    volnd
