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 2009/04/20 14:58:24 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

------------------------------------------------------------------------------
    http://code.google.com/p/pouch/
  
  
- === py-simplecouchdb ===
+ === couchdbkit ===
  
-   http://code.google.com/p/py-simplecouchdb/
+   http://hg.e-engura.org/couchdbkit/
  
  
    *  Install the latest release:
  
-      `easy_install py-simplecouchdb`
+      `easy_install couchdbkit`
  
    * Or, install the development version:
  
-       `hg clone https://dev.e-engura.org/hg/py-simplecouchdb`
+       `hg clone http://hg.e-engura.org/couchdbkit`
  
+   * Start using Couchdbkit by reading the http://hg.e-engura.org/couchdbkit/wiki/Home Tutorial].
-   * 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 ==