:mod:`persistent`:  automatic persistence for Python objects
============================================================

This package contains a generic persistence implementation for Python. It
forms the core protocol for making objects interact "transparently" with
a database such as the ZODB.

Contents:

.. toctree::
   :maxdepth: 2

   using
   api
   changes
   glossary

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

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