[Twisted-Python] txriak module released.

Hello Twisted:
An initial release of txriak has been posted to PyPI: http://pypi.python.org/pypi/txriak/0.1.1
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 version of deferreds. Initial release was written to match as closely as possible the 0.9 riak.py Python module released by Basho Technologies.
Hope others find this to be useful. Look forward to comments and feedback. --R

Put this up on http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted ?
On Sat, Apr 24, 2010 at 3:18 PM, Ray Cote rgacote@appropriatesolutions.com wrote:
Hello Twisted:
An initial release of txriak has been posted to PyPI: http://pypi.python.org/pypi/txriak/0.1.1
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 version of deferreds. Initial release was written to match as closely as possible the 0.9 riak.py Python module released by Basho Technologies.
Hope others find this to be useful. Look forward to comments and feedback. --R
-- Ray Cote, President Appropriate Solutions, Inc. We Build Software 603.924.6079
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Will do. --Ray
----- Original Message ----- From: "Jason J. W. Williams" jasonjwwilliams@gmail.com To: "Ray Cote" rgacote@appropriatesolutions.com, "Twisted general discussion" twisted-python@twistedmatrix.com 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 http://twistedmatrix.com/trac/wiki/ProjectsUsingTwisted ?
On Sat, Apr 24, 2010 at 3:18 PM, Ray Cote rgacote@appropriatesolutions.com wrote:
Hello Twisted:
An initial release of txriak has been posted to PyPI: http://pypi.python.org/pypi/txriak/0.1.1
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 version of deferreds. Initial release was written to match as closely as possible the 0.9 riak.py Python module released by Basho Technologies.
Hope others find this to be useful. Look forward to comments and feedback. --R
-- Ray Cote, President Appropriate Solutions, Inc. We Build Software 603.924.6079
Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

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 Twisted:
An initial release of txriak has been posted to PyPI: http://pypi.python.org/pypi/txriak/0.1.1
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 version of deferreds. Initial release was written to match as closely as possible the 0.9 riak.py Python module released by Basho Technologies.
Hope others find this to be useful. Look forward to comments and feedback. --R
participants (3)
-
Jason J. W. Williams
-
Petr Mifek
-
Ray Cote