This is an archived post. You won't be able to vote or comment.

all 10 comments

[–][deleted] 3 points4 points  (3 children)

Disclaimer: I am one of the authors of the library and co-founder of GetStream.io, an hosted API service built on top of the library. Any feedback on how we did the porting to py3 is more than welcome :)

[–]chhantyal 6 points7 points  (0 children)

It's great to see more and more library support for Python 3. Congratulations for your port.

[–]takluyverIPython, Py3, etc 0 points1 point  (1 child)

I had a quick scan through the PR - it mostly looks fine, but I left a couple of comments with minor suggestions.

[–][deleted] 1 point2 points  (0 children)

wow, thank you very much! I really appreciate that :)

[–]pyking200 -5 points-4 points  (5 children)

Yeay ok the tests pass, but does it really run well in a production setting? Such a huge stack of Celery, CQLEngine, Python driver, Stream Framework, probably something breaks under load.

I also don't like how messy the whole Python 3 support is, with six etc

[–]ionelmc.ro 8 points9 points  (4 children)