Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-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 7FACAC6C4 for ; Fri, 18 May 2012 17:12:23 +0000 (UTC) Received: (qmail 18287 invoked by uid 500); 18 May 2012 17:12:23 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 18263 invoked by uid 500); 18 May 2012 17:12:22 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 18254 invoked by uid 99); 18 May 2012 17:12:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 17:12:22 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mgius7096@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qc0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 17:12:17 +0000 Received: by qcmt36 with SMTP id t36so2123557qcm.15 for ; Fri, 18 May 2012 10:11:56 -0700 (PDT) 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=9C/jjkZ9aKaPDRbu4MEQAXPGBWnhYzIAsWa7lx/MWDU=; b=d5Zu4ckjdc0WKAphIElDUDaJh6mcBiYbmKJ9/Z5zJtn6gGxkvwuz6qCTkW1fd/99Y2 JoIAcy/OV3xxu3dhru2owuQoke+qjIG2v7gX1MvHZW8v0rv8kkIlQ4poPzhcK4rDM0ym FqObOCPf6oZZwaFhtysgBXl1brYcpG/t9SnjdS1Lqdy5VxPUo7YfY5gCY8hXevwtfHbG JvboFxrp4t2+lTeoc8i9LtJF53/tcnwmkjvV80e9fIObEXmgZJ6uQ6GmlZS82DUAEJL+ DZhHWUCE6zmBgNzIXlcdeWIN+nqJiJHnzCX2h+RreQWQfZaW4sDAXXCT1MlaIngDzouo bM1w== MIME-Version: 1.0 Received: by 10.50.85.196 with SMTP id j4mr1307101igz.30.1337361115902; Fri, 18 May 2012 10:11:55 -0700 (PDT) Received: by 10.231.137.74 with HTTP; Fri, 18 May 2012 10:11:55 -0700 (PDT) In-Reply-To: <1CFAC1EC-BDED-483D-92CC-7C37FB54C911@toolazydogs.com> References: <4FB44B3B.7090604@groovie.org> <4FB570A3.4070404@groovie.org> <1CFAC1EC-BDED-483D-92CC-7C37FB54C911@toolazydogs.com> Date: Fri, 18 May 2012 10:11:55 -0700 Message-ID: Subject: Re: The State of Python Zookeeper libraries and collaboration From: Mark Gius To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=e89a8f3b9beb3ff48404c052a666 --e89a8f3b9beb3ff48404c052a666 Content-Type: text/plain; charset=ISO-8859-1 Are your patches to Jute available somewhere? Mark On Thu, May 17, 2012 at 8:24 PM, Alan D. Cabrera wrote: > > On May 17, 2012, at 2:41 PM, Ben Bangert wrote: > > > If someone comes up with a pure Python client to Zookeeper, I'd be happy > > to work on supporting that as well but its a bit beyond the level of > > direct involvement I can provide. > > I'm still goofing around with a pure Python client. I've modified the > Jute compiler to also generate the requests and response objects in Python: > > http://pastie.org/3928662 > > It seems to be communicating w/ the Zookeeper instances at work perfectly > fine but we don't use SASL. > > I'm a novice Python programmer and this is a simple exercise for me to cut > my teeth on. > > > Regards, > Alan > > --e89a8f3b9beb3ff48404c052a666--