Introduction
couchdb is Python package for working with CouchDB from Python code.
It consists of the following main modules:
- couchdb.client: This is the client library for interfacing CouchDB
servers. If you don’t know where to start, this is likely to be what you’re
looking for.
- couchdb.mapping: This module provides advanced mapping between CouchDB
JSON documents and Python objects.
Additionally, the couchdb.view module implements a view server for
views written in Python.
There may also be more information on the project website.