Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

Python 3 support #19

Closed encukou closed 9 years ago

encukou commented 9 years ago

Hello, I would like to port python-yubico to Python 3, keeping compatibility with Python 2 (preferably 2.6+). Would you be interested in the patches? Anything special I should be aware of?

It seems that most of the work will be breaking circular imports, and figuring out what's text strings and what's bytestrings.

dainnilsson commented 9 years ago

Maybe a bit late for this reply, but yeah, we'd absolutely accept a PR for that!