This is a great tool set. Internally we have patched the python 3 incompatible print statements with the proper new syntax, would you like us to contribute back and open an PR with these changes made so it works in py3 environments? We can support backwards compat by importing the future function for print if you'd like. Just let us know.
Python 3 also doesn't like mixing tabs and spaces and we are getting hit with warnings that we have fixed as well, we can patch that as well if you'd like.
Hello!
This is a great tool set. Internally we have patched the python 3 incompatible print statements with the proper new syntax, would you like us to contribute back and open an PR with these changes made so it works in py3 environments? We can support backwards compat by importing the future function for print if you'd like. Just let us know.
Python 3 also doesn't like mixing tabs and spaces and we are getting hit with warnings that we have fixed as well, we can patch that as well if you'd like.
Again, great project :) Thanks!