piranha / opster

Command line parsing speedster

Home Page:http://opster.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 support

mrzv opened this issue · comments

What's happening with Python 3 support? The README claims that it's supported, but it's clearly not (there are multiple print statements in the code and other problems). Am I missing some version that's compatible with Python 3?

It's available through 2to3, so when you install it from pypi, it should work.