Re: [Twisted-Python] txriak module released.

2010-05-11 Thread Ray Cote
"Petr Mifek" To: "Twisted general discussion" Cc: "Ray Cote" Sent: Tuesday, May 11, 2010 4:01:14 PM GMT -05:00 US/Canada Eastern Subject: Re: [Twisted-Python] txriak module released. Ah, scratch that. Found the 0.2.1 update with bitbucket homepage set ;) Petr Mifek w

Re: [Twisted-Python] txriak module released.

2010-05-11 Thread Petr Mifek
Hi Ray, that is a great news! I'm already using it in a project. Did I miss a wiki/page for it or so far none exists? Considered putting the source up to http://github.com or similar site to allow for easy following the code, extending & fixing issues? Cheers, Petr Ray Cote wrote: > Hello Twi

Re: [Twisted-Python] txriak module released.

2010-04-26 Thread Ray Cote
Will do. --Ray - Original Message - From: "Jason J. W. Williams" To: "Ray Cote" , "Twisted general discussion" Sent: Saturday, April 24, 2010 9:16:12 PM GMT -05:00 US/Canada Eastern Subject: Re: [Twisted-Python] txriak module released. Put this up on

Re: [Twisted-Python] txriak module released.

2010-04-24 Thread Jason J. W. Williams
Put this up on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted ? On Sat, Apr 24, 2010 at 3:18 PM, Ray Cote wrote: > Hello Twisted: > > An initial release of txriak has been posted to PyPI: >   > > txriak is a Twisted module for communicating with

[Twisted-Python] txriak module released.

2010-04-24 Thread Ray Cote
Hello Twisted: An initial release of txriak has been posted to PyPI: txriak is a Twisted module for communicating with Basho Technology's Riak data store via the HTTP interface. Written in Python, it requires Python 2.5 since it uses the yield versio