lyft / python-confidant-client

Client library and CLI for Confidant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 support

jacohend opened this issue · comments

Seeing as Django, Flask, and many other mainstream projects support Python 3, I was curious about why this didn't. What dependencies prevent this package from supporting Python 3?

I'll try to port this to Python 3 and report back

Thanks! I've been meaning to get to this. You also may want to checkout modernize, rather than just using 2to3: https://python-modernize.readthedocs.io/en/latest/

Looks like someone was also working on this: #15

Garrett also issued a fix for python-kmsauth that is required for this.

Python support was added quite a bit after the last comment.