Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 79496 invoked from network); 11 Dec 2009 20:40:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 20:40:08 -0000 Received: (qmail 87381 invoked by uid 500); 11 Dec 2009 20:40:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87325 invoked by uid 500); 11 Dec 2009 20:40:06 -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 87315 invoked by uid 99); 11 Dec 2009 20:40:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 20:40:06 +0000 X-ASF-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.160.56 as permitted sender) Received: from [209.85.160.56] (HELO mail-pw0-f56.google.com) (209.85.160.56) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 20:40:04 +0000 Received: by pwi19 with SMTP id 19so842422pwi.35 for ; Fri, 11 Dec 2009 12:39:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=BjaVq0DL21S0MoXoPLUt/AP0ZGYRsWk39BaSDPTZfYo=; b=Hs2JwjbcohHlfNxUf90RchBTBDkzr6xWaghghFVjUI3EA6K1/NbRznKhAJNT1nvC9c pQlAUZMP6pDJt0AY8stbR1kIgg4Srmst2gcWoSKQqXLfTQOhgULCnV3cj2AdVNX0gHjH mUBv+MAMspADGBu1vfD/RIsJ61wxo6tbYoyq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=WpW4jbQxRWLaix3YobGoVmVB/MW1Dx+b+N+7QRDFjeuGXqk8VTriv3Rdo5OOEgCnLU Fr8vjPAyTp7FQ8YewdDdmG0mv376Nq6vGMJaR0ONbU8eegLdr9rBDC94Cm6CHjo4/Vkj K3YP5lO4mLsGtPrQezJa14Di/uz8CZsP3YplM= MIME-Version: 1.0 Received: by 10.141.106.10 with SMTP id i10mr1129854rvm.188.1260563682786; Fri, 11 Dec 2009 12:34:42 -0800 (PST) In-Reply-To: <1bca98390912111208n60b01a40s30baabd41bbdc0af@mail.gmail.com> References: <1bca98390912111119u2da466adke0aa095a5a918b96@mail.gmail.com> <1bca98390912111208n60b01a40s30baabd41bbdc0af@mail.gmail.com> Date: Fri, 11 Dec 2009 21:34:42 +0100 Message-ID: Subject: Re: is there a python client that supports the _changes API? From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Fri, Dec 11, 2009 at 9:08 PM, Matteo Caprari wrote: > Hi. > > I'd definitely like an event based api, but for the time being a > blocking solution would be enough. > I missed that bit on couchdbkit docs, can you give some pointers? > It's only possible via restkit. I guess I have a plan for this weekend (among other code). - benoit