Re: zkpython improvements

2012-04-09 Thread Duncan Findlay
On Apr 4, 2012, at 4:19 PM, Henry Robinson wrote: >> My work is available here: >> https://github.com/duncf/zkpython >> >> Before I open a JIRA ticket with a patch, I was hoping to get some >> consensus around the API and get some understanding around the following >> points: >> >> - How importa

Re: zkpython improvements

2012-04-04 Thread Henry Robinson
Hi Duncan - Great that you're working on the python bindings! That's very cool. Regarding your questions, answers inline. On 28 March 2012 14:52, Duncan Findlay wrote: > I've been working on some improvements to the ZooKeeper python bindings > and I was hoping (eventually) to submit them upstr

zkpython improvements

2012-03-28 Thread Duncan Findlay
I've been working on some improvements to the ZooKeeper python bindings and I was hoping (eventually) to submit them upstream for inclusion in ZooKeeper. Most of my work so far has been around making the synchronous API calls available through a pure-Python object-oriented interface instead of n