|
|
Python library for working with CouchDB.
This package currently encompasses three different modules:
- couchdb.client: the basic client library
- couchdb.schema: a higher-lever API for mapping between CouchDB documents and Python objects
- couchdb.view: a CouchDB view server that allows writing view functions in Python
Prerequisites:
- httplib2
- simplejson
- Python 2.4 or later
- CouchDB 0.7.0 (earlier or later versions are unlikely to work as the interface is still changing)
