You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/11/26 02:42:42 UTC

[Couchdb Wiki] Update of "Getting started with Python" by BenoitC

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by BenoitC:
http://wiki.apache.org/couchdb/Getting_started_with_Python

The comment on the change is:
added py-simplecouchdb lib

------------------------------------------------------------------------------
  === pouch ===
  
    http://code.google.com/p/pouch/
+ 
+ 
+ === py-simplecouchdb ===
+ 
+   http://code.google.com/p/py-simplecouchdb/
+ 
+ 
+   *  Install the latest release:
+ 
+      `easy_install py-simplecouchdb`
+ 
+   * Or, install the development version:
+ 
+       `hg clone https://dev.e-engura.org/py-simplecouchdb`
+ 
+   * Start using Simplecouchdb by reading the [http://py-simplecouchdb.e-engura.org/gettingstarted.html Tutorial].
+   * Go in-depth with the [http://py-simplecouchdb.e-engura.org full documentation].
+ 
  
  == Tutorial on using couchdb-python with Django ==