- couchdb.client: Python client API for CouchDB.
- couchdb.design: Utility code for managing design documents.
- couchdb.http: Simple HTTP client implementation based on the httplib module in the
standard library.
- couchdb.json: Thin abstraction layer over the different available modules for decoding
and encoding JSON data.
- couchdb.mapping: Mapping from raw JSON data structures to Python objects and vice versa.
- couchdb.multipart: Support for streamed reading and writing of multipart MIME content.
- couchdb.tools
- couchdb.view: Implementation of a view server for functions written in Python.
|