CouchDB

Python library for working with CouchDB
Download

CouchDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Christopher Lenz
  • Publisher web site:
  • http://code.google.com/u/cmlenz/

CouchDB Tags


CouchDB Description

Python library for working with CouchDB CouchDB (couchdb-python) is a Python library that provides a convenient high level interface for the CouchDB server.This package currently encompasses four primary modules:* couchdb.client: the basic client library* couchdb.design: management of design documents* 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 It also provides a couple of command-line tools:* couchdb-dump: Writes a snapshot of a CouchDB database (including documents, attachments, and design documents) to MIME multipart file* couchdb-load: Reads a MIME multipart file as generated by couchdb-dump and loads all the documents, attachments, and design documents into a CouchDB database.* couchdb-replicate: Can be used as an update-notification script to trigger replication between databases when data is changed. Requirements: · Python


CouchDB Related Software