Installation

The most recent release is always available in the cheeseshop and can be installed using easy_install:

easy_install py-simplecouchdb

Alternatly, you can also install the development version from our Mercurial repository:

hg clone https://dev.e-engura.org/hg/py-simplecouchdb
cd py-simplecouchdb
sudo python setup.py install

Last command will install py-simplecouchdb as a package via setuptools. This will make it available in your python path. Alternately you can copy or symlink the simplecouchdb subdirectory into your site-packages directory or anywhere in your PYTHONPATH.

Requirements

To use py-simplecouchdb you will need Python 2.5 or later and CouchDB. You will need to install :