* Package name : python-simplecouchdb
Version : 0.9.1
Upstream Author : Benoit Chesneau <bchesneau@gmail.com>
* URL : http://www.example.org/
* License : Apache 2.0
Programming Lang: Python
Description : simple library for working with Apache CouchDB
Provides a simple high-level client library for Apache CouchDB, allowing you to
model documents as Python classes.
.
Apache CouchDB is a distributed document database system with bi-directional
replication. It makes it simple to build collaborative applications that can
be replicated offline by users, with full interactivity (query, add, update,
delete), and later "synced up" with everyone else's changes when back online.