Hello again Alex,

On 07/30/12 18:38, Alex wrote:

1. is there a planned date of spyne availability via pip or easy_install?

Ah.

Good news: 1) The rpclib namespace and the spyne namespace are going to be identical for the foreseeable future. 2) I'm not committing anything besides bugfixes and documentation to master branch between now and the release, so doing a git clone git://github.com/arskom/spyne is as safe as an easy_install. (actually even more, given the perpetual state of beta that this project has been boasting for the past couple of years)

Bad news: Well, I can't promise a release date at the moment. I need to spend some quality time with the docs :)

2. are there any known compatibility issues? If I just use search/replace to modify 'rpclib' to 'spyne' all over my code - is it bound to break something in an unexpected way?


nope.

find -name "*.py" -print0 | xargs -0 sed -i s/rpclib/spyne/g

should work just fine.

Best,
Burak

_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to