matalo33 / py_oathtool

A python wrapper script around oathtool to allow for easy OTP code generation on the command line
7 stars 6 forks source link

Consider using Python oathtool for backend #13

Closed jaraco closed 10 months ago

jaraco commented 4 years ago

This project currently shells out to oathtool to perform the oath operation.

Now that oathtool has been out for some time and is stable, would you consider using it? You could use the API directly rather than having to shell out to another process.

jaraco commented 4 years ago

Doing so would improve portability of this project.