couchdb-python is a Python library for interfacing with the document-oriented, CouchDB NoSQL database.
couchdb-python consists of four main modules:
couchdb.client, which contains code for interfacing with the CouchDB servercouchdb.design, which enables creation and modification of design documentscouchdb.mapping, a helper module that maps between CouchDB and Python objects andcouchdb.view, a view server that allows one to write view functions in Python rather than the standard JavaScript.
You can find more information from the couchdb-python website or browse the documentation.