SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

Python 3 source compatibility #184

Closed QuLogic closed 8 years ago

QuLogic commented 8 years ago

2to3 is the old method, and somewhat annoying. You need to run an extra translation step, which is (albeit minimally) slower, and you can't do an editable install because the source is not really Python 3 compatible.

This does add a dependency on six, but I think it's ubiquitous enough now to not be a problem.

pelson commented 8 years ago

Yet another awesome PR. Thanks @QuLogic!