humburg/pirates

Support python 2 and 3

Opened this issue · 2 comments

With the help of existing python modules to facilitate the process, this shouldn't be too hard to achieve. A pretty good summary can be found here. This only really becomes important when we are moving towards a release, but the sooner we adopt the necessary coding practices, the easier it is going to be.

It so happens (mostly by chance rather than design) that the current version of the package runs fine under Python 2.7 and 3.5.

#26 also added support for pypy, which greatly improves performance.