Re: Pure Python bindings

2012-03-20 Thread Alan D. Cabrera
I take the silence to mean that the answer is no.  Would anyone have a problem 
if I worked on such a beast?  


Regards,
Alan

 
On Mar 19, 2012, at 11:59 AM, Alan D. Cabrera wrote:

> It would be handy if there were pure Python bindings available.  Are there 
> any?
> 
> 
> Regards,
> Alan
> 



Re: Pure Python bindings

2012-03-20 Thread Patrick Hunt
On Tue, Mar 20, 2012 at 9:26 AM, Alan D. Cabrera  wrote:
> I take the silence to mean that the answer is no.  Would anyone have a 
> problem if I worked on such a beast?

You saw this right? afaik there isn't.
https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZKClientBindings

That's a loaded question. ;-) You're free to work on whatever you
like, are you intending to contribute it back or host it yourself,
or ?

FYI, likely you'd have to start by updating the code generator to
generate python jute classes. See jute in the source tree.

Regards,

Patrick

>
> On Mar 19, 2012, at 11:59 AM, Alan D. Cabrera wrote:
>
>> It would be handy if there were pure Python bindings available.  Are there 
>> any?
>>
>>
>> Regards,
>> Alan
>>
>


Re: Pure Python bindings

2012-03-20 Thread Alan D. Cabrera

On Mar 20, 2012, at 9:31 AM, Patrick Hunt wrote:

> On Tue, Mar 20, 2012 at 9:26 AM, Alan D. Cabrera  wrote:
>> I take the silence to mean that the answer is no.  Would anyone have a 
>> problem if I worked on such a beast?
> 
> You saw this right? afaik there isn't.
> https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZKClientBindings
> 
> That's a loaded question. ;-) You're free to work on whatever you
> like, are you intending to contribute it back or host it yourself,
> or ?

I'm going to work on this during my copious free time; don't expect it out 
soon.  This email is just a shout out that I'm currently tinkering with things.

I'm happy to contribute it to Zookeeper.

> FYI, likely you'd have to start by updating the code generator to
> generate python jute classes. See jute in the source tree.

Yeah, I have the Jute compiler generating the Python classes.  I'm currently 
writing tests to make sure there's binary compatibility.

I'm thinking of writing very, very, low level functions on top of which more 
complex frameworks could be written in twisted/eventlet/greenlet.


Regards,
Alan

 



Re: Pure Python bindings

2012-03-20 Thread Ted Dunning
Far from having a problem, I think that you would get a fair bit of support
if you wanted to work on this!

On Tue, Mar 20, 2012 at 9:26 AM, Alan D. Cabrera wrote:

> I take the silence to mean that the answer is no.  Would anyone have a
> problem if I worked on such a beast?
>