8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-vWsg0g8sTj9TUj7pACEdynWu7KcvT1qf2NyswXX+HAs=";
17 nativeCheckInputs = [ pytestCheckHook ];
19 pythonImportsCheck = [ "oath" ];
22 description = "Python implementation of the three main OATH specifications: HOTP, TOTP and OCRA";
23 homepage = "https://github.com/bdauvergne/python-oath";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ aw ];