Posted January 21, 2017

I'd like to give a heads up though... I will be dropping Python 2 support. Python 3 is definitely the way to go, and it will simplify installation and setup as well (pip is included for example). Also it makes the code cleaner and simpler.
Hopefully this isn't a big deal to folks. I will include clear instructions on how to setup everything.
I *may* re-add Python 2 support later, but it's going to be a low priority item. If this is some kind of deal breaker for you, please explain to me why and perhaps this item can be higher priority.
Cheers
I guess I could change extension associations so that .Py2 = pyghon2 and .Py = 3 and rename appropriately.
(I have python2 code I still need to run with depencies that never got ported to 3).