inbloom
inbloom copied to clipboard
Python 3 Support?
Are there plans for Python 3? Is that expected to straightforward or difficult?
It looks like 4 years ago there was a remark saying Python 3 was unsupported. Are there plans to change that?
I don't think I'll be able to add Python 3 support soon. So your best options are either working with Python 2 (if that's possible) or provide a PR for Python 3 support.
from https://github.com/EverythingMe/inbloom/issues/5
Hi, I haven't been following up on this repo for a while now. @dvirsky and I are no longer actively maintaining it. Feel free to submit a patch, the c code is quite minimal and shouldn't be too hard to port.
Hi, @tarndt I just submitted a PR to support Python3. I have tested the code change in my local Env. You can have a try if you want ^_^