GraylinKim / sc2reader

A python library that extracts data from various Starcraft II resources to power tools and services for the SC2 community. Who doesn't want to hack on the games they play?
http://sc2reader.readthedocs.org
MIT License
413 stars 85 forks source link

Python 3 Support #109

Closed GraylinKim closed 11 years ago

GraylinKim commented 11 years ago

Even django has preliminary python3 support now. We should really get moving on that.

GraylinKim commented 11 years ago

I've submitted a pull request to arkx/mpyq#23 to add python3 support to mpyq. The rest of the sc2reader dependencies are already python3 compatible.

Once that is set I can look at 2/3 support for sc2reader.

GraylinKim commented 11 years ago

mpyq 0.2.2 is python 2/3 compatible. Now its my turn.

GraylinKim commented 11 years ago

Tracking this on the Python3 branch.

GraylinKim commented 11 years ago

We can close this out as soon as https://github.com/arkx/mpyq/pull/25 is merge and @arkx puts out another release.

GraylinKim commented 11 years ago

All tests passing in Python 3.2 and 3.3: https://travis-ci.org/GraylinKim/sc2reader/builds/9692548