Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC2E9E278 for ; Thu, 13 Dec 2012 17:24:32 +0000 (UTC) Received: (qmail 81280 invoked by uid 500); 13 Dec 2012 17:24:31 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 81108 invoked by uid 500); 13 Dec 2012 17:24:29 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 81080 invoked by uid 99); 13 Dec 2012 17:24:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 17:24:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 17:24:22 +0000 Received: by mail-wg0-f44.google.com with SMTP id dr12so914136wgb.23 for ; Thu, 13 Dec 2012 09:24:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=07hO2YQINJPEa3CjD7qUOANI9N0DDYtT0XcBsetsjOQ=; b=rcsb1VM1AFWPVWj+kzgapowRry4E+mhX+sQQy5n0QWv5TAEsRtvUt5BYryoq9RLqn/ +e9vmsU4QoT01LrZ2wSWJrBhRrBX/uWNl8y2bBb5XqG8x0MZglLlOyTg3tpUqg6txlXH asj/J9+v/J/ucGP9fwHWIAY5V86bKniPfJCNrtOlNp44oaclbMmaKBg4hBkqup7ONMiN uc6FAPCNv6JoakVs4DrMhXT7qdBqa81En4MEG0/lYc83s1y6lkBfndbcKY8YGRjuTtvB W4EAruXrCsqYgj5hTnA6BzOeJEoD2Ht7ph06Kxrkx/Uqh+/kL+lgatUs8ECBtHOtUSf3 Oijg== MIME-Version: 1.0 Received: by 10.180.20.177 with SMTP id o17mr4716113wie.18.1355419441207; Thu, 13 Dec 2012 09:24:01 -0800 (PST) Received: by 10.180.86.225 with HTTP; Thu, 13 Dec 2012 09:24:01 -0800 (PST) In-Reply-To: References: Date: Thu, 13 Dec 2012 20:24:01 +0300 Message-ID: Subject: Re: writing show/list functions in python From: Alexander Shorin To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Holger! Take a look on: http://code.google.com/p/couchdb-python/issues/detail?id=146 it contains up-to-dated query server with support of all design function in Python. With latest patch you'll find short rst guide about how to start writing Python ddocs and what their differences from Javascript ones. -- ,,,^..^,,, On Thu, Dec 13, 2012 at 6:59 PM, Holger Krekel wrote: > Besides view functions, is it possible to write show/list functions in > python? > > I saw and old issue and patch about this at > http://code.google.com/p/couchdb-python/issues/detail?id=78 > > But not anything in the docs. If it's not available is this planned?