Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79DFB919C for ; Sat, 16 Mar 2013 00:56:42 +0000 (UTC) Received: (qmail 17673 invoked by uid 500); 16 Mar 2013 00:56:42 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 17596 invoked by uid 500); 16 Mar 2013 00:56:41 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 17580 invoked by uid 99); 16 Mar 2013 00:56:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 00:56:41 +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 (nike.apache.org: domain of jason.trost@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Mar 2013 00:56:35 +0000 Received: by mail-wi0-f170.google.com with SMTP id hm11so1204735wib.1 for ; Fri, 15 Mar 2013 17:56:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=szbnIl309XxUDWxrCxab+IHA9gxX6FnJigOCSpUrXoU=; b=TECv9VJ4i0YV7VaAJSP8IsKiTgYymT7HnNpWEb85RU3vtmwmBiNU75z9fz74+WqDK/ CW67yz6DS83ISP7+mngDROnYoJ/D87HyAPPqS8BDdXuZpDHZCiY81fJbncZ5n/+iED7X lF0V9aM0zLYM/eod2+Wi4+pSneBojSoAIS6cBAsjFNRtwXvsd+d0jSTvc25tlmFgMOmV Yg75TMLsH2xQakjCYYt6xz0BvUClh/yzxh0h8Jv1Uz3SvoIGjRymntlO7SXDRXe1y07O FYYRce9+RN5Lmk9rZrdo6Pk4T08VBuGiIN13d0kAnZ4n0UKBAxo2A/5BZbDAtoq/C5iv ScBw== MIME-Version: 1.0 X-Received: by 10.194.242.163 with SMTP id wr3mr14115582wjc.35.1363395375346; Fri, 15 Mar 2013 17:56:15 -0700 (PDT) Received: by 10.216.254.76 with HTTP; Fri, 15 Mar 2013 17:56:15 -0700 (PDT) Date: Fri, 15 Mar 2013 20:56:15 -0400 Message-ID: Subject: pyaccumulo - A Python Client Lib for Accumulo From: Jason Trost To: dev@accumulo.apache.org, accumulo-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org In case anyone is interested... I pushed this to Github tonight. pyaccumulo - This is a more python friendly wrapper around the Python Thrift Proxy API python code. https://github.com/accumulo/pyaccumulo The examples all work for me, but I have not tested the setup.py script or RPM building yet. Feedback and Pull Requests are welcome and when this is more stable it will likely be rolled into the contrib section. --Jason