Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 61128 invoked from network); 16 Jun 2009 07:54:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jun 2009 07:54:03 -0000 Received: (qmail 68808 invoked by uid 500); 16 Jun 2009 07:54:15 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 68733 invoked by uid 500); 16 Jun 2009 07:54:14 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 68724 invoked by uid 500); 16 Jun 2009 07:54:14 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 68721 invoked by uid 99); 16 Jun 2009 07:54:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 07:54:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 07:54:05 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 8DFE9118BD for ; Tue, 16 Jun 2009 07:53:44 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Tue, 16 Jun 2009 07:53:44 -0000 Message-ID: <20090616075344.16016.96681@eos.apache.org> Subject: [Couchdb Wiki] Update of "Getting started with Python" by BenoitC X-Virus-Checked: Checked by ClamAV on apache.org 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 ==