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/06/16 09:53:44 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:
update url and put in alphabetic order

------------------------------------------------------------------------------
  Getting started with Python and the CouchDB API.
  
  == Library ==
+ 
+ === couchdbkit ===
+ 
+   http://couchdbkit.org/
+ 
+ Start using Couchdbkit by reading the [http://couchdbkit.org/docs/gettingstarted.html Getting Started tutorial].
+ 
  === couchdb-python ===
  The code for the Python library can be obtained from:
  
@@ -24, +31 @@

    http://code.google.com/p/pouch/
  
  
- === couchdbkit ===
  
-   http://hg.e-engura.org/couchdbkit/
- 
- 
-   *  Install the latest release:
- 
-      `easy_install couchdbkit`
- 
-   * Or, install the development version:
- 
-       `hg clone http://hg.e-engura.org/couchdbkit`
- 
-   * Start using Couchdbkit by reading the [http://hg.e-engura.org/couchdbkit/wiki/Home Tutorial].
  
  
  == Tutorial on using couchdb-python with Django ==