Google News
logo
CouchDB - Interview Questions
What do you know about couchdbKit?
The couchdbKit provides a framework for your Python application to access and manage Python applications. It offers features to easily access and manage CouchDB by a client, allow to manage databases, Couch database server, doc management, and view access.
 
Objects mostly reflect python object for service. Server and data objects could be used for example.
 
Steps to install couchdbkit :
 
* Couchdbkit requires python 2.x superior to 2.6
* To install Couchdbkit using pip you must make sure that you have a recent version on distribute installed.
* $ curl -0 http://python-distribute.org/distribute_setup.py
* $ curl sudo python distribute_setup.py
* $ easy_install pip

To install or upgrade to a latest released version of couchdbkit
 
$ pip install couchdbkit
Advertisement