.. dbkit documentation master file, created by sphinx-quickstart on Mon Apr 23 00:07:36 2012. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ======================================================= dbkit: taking the pain out of database access in Python ======================================================= **dbkit** is a library that abstracts away at least part of the pain involved in dealing with `DB-API 2`_ compatible database drivers. .. toctree:: :maxdepth: 2 overview tutorial examples reference changelog Indices and tables ================== * :ref:`genindex` * :ref:`search` .. Links .. _DB-API 2: http://www.python.org/dev/peps/pep-0249/