python-pyhsm icon indicating copy to clipboard operation
python-pyhsm copied to clipboard

Python 3

Open baimard opened this issue 4 years ago • 2 comments

dear,

Is it possible to refactor the code to make it compatible with python 3.

regards.

baimard avatar Nov 27 '20 18:11 baimard

It is certainly possible.

I'm the original author of pyhsm, but I'm no longer employed by Yubico. I've updated the core parts of the module, and the specific commands in use in the application I'm currently involved with to work with Python 3.7+. Here is a branch that I believe should be a good starting point for someone willing to work through all the commands.

https://github.com/SUNET/python-pyhsm/tree/ft-python3-support

fredrikt avatar Jan 14 '21 13:01 fredrikt

Dear Fredrikt,

Thank you for your answer. I will fork your project. thank you !

baimard avatar Jan 14 '21 14:01 baimard