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 289BEDB62 for ; Thu, 13 Dec 2012 15:00:50 +0000 (UTC) Received: (qmail 63897 invoked by uid 500); 13 Dec 2012 15:00:48 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 63351 invoked by uid 500); 13 Dec 2012 15:00:44 -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 63264 invoked by uid 99); 13 Dec 2012 15:00:43 -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 15:00:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of holger.krekel@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 15:00:36 +0000 Received: by mail-wg0-f44.google.com with SMTP id dr12so842128wgb.23 for ; Thu, 13 Dec 2012 07:00:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Z01CSflS58Lb5YNvkjYD+U73mizBxGZjpF6eE0XCzvI=; b=qRErArG3mcVo82k5QdrB0By4SheqajW6E62SMf9HWtvr36MyMYPppLtE9fr0YKUhTA ogvW0YwVC/g2DVGWGLE8YP6rlNFgaOssooLYvmOWXa3Or9GQOSMSsNqud9eMwUAWQpeg 7kBoC79QxfzoD3decao7U7gWwMcHxdj4UIMZkhuAZkKXLGpP/6IEFyjRiDVGZ+rZJgg0 t6Uwsu6NefP5tJGWVr7SW8L6hmEVkShXZASqnCJA36e1eE9N3Zyo4EtgDb1LS1E1ryav IL2OzffX8Lvv4dzjQJj14onePh2xS8NohVFOxQYW2Be8P5RBRlPNgBD/2uFS0c5ob3vc QAjQ== Received: by 10.180.81.232 with SMTP id d8mr3876952wiy.14.1355410815444; Thu, 13 Dec 2012 07:00:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.55.7 with HTTP; Thu, 13 Dec 2012 06:59:45 -0800 (PST) From: Holger Krekel Date: Thu, 13 Dec 2012 15:59:45 +0100 Message-ID: Subject: writing show/list functions in python To: Couchdb-Users-ML Content-Type: multipart/alternative; boundary=f46d044401c22de58404d0bd2ca8 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044401c22de58404d0bd2ca8 Content-Type: text/plain; charset=ISO-8859-1 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? --f46d044401c22de58404d0bd2ca8--