7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0q52rb0kshgbligxjqrwz0v7kgqjbv6jahdb66ndxy93mfr0ig3a";
16 propagatedBuildInputs = [ requests ];
18 # Project has no tests
20 pythonImportsCheck = [ "pyfnip" ];
23 description = "Python client to get fido account data";
24 homepage = "https://github.com/juhaniemi/pyfnip";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];