7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "sha256-vWsg0g8sTj9TUj7pACEdynWu7KcvT1qf2NyswXX+HAs=";
20 pythonImportsCheck = [
25 description = "Python implementation of the three main OATH specifications: HOTP, TOTP and OCRA";
26 homepage = "https://github.com/bdauvergne/python-oath";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ aw ];