Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 7609 invoked from network); 23 Sep 2008 10:37:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2008 10:37:08 -0000 Received: (qmail 57281 invoked by uid 500); 23 Sep 2008 10:37:05 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 57082 invoked by uid 500); 23 Sep 2008 10:37:03 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 57069 invoked by uid 99); 23 Sep 2008 10:37:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2008 03:37:03 -0700 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, 23 Sep 2008 10:36:11 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 44078118D6 for ; Tue, 23 Sep 2008 10:36:15 +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, 23 Sep 2008 10:36:15 -0000 Message-ID: <20080923103615.10468.57678@eos.apache.org> Subject: [Couchdb Wiki] Update of "GettingStartedWithPython" by PeterHoffmann 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 PeterHoffmann: http://wiki.apache.org/couchdb/GettingStartedWithPython ------------------------------------------------------------------------------ Getting started with Python and the CouchDB API. == Library == - + === couchdb-python === The code for the Python library can be obtained from: http://code.google.com/p/couchdb-python @@ -18, +18 @@ }}} This first downloads and installs the ''ez_setup.py'' script which runs python ''.egg'' files. The second part downloads the ''.egg'' file for CouchDB and installs it along with its dependencies. + + === pouch === + + http://code.google.com/p/pouch/ == Tutorial on using couchdb-python with Django ==