7 buildPythonPackage rec {
12 inherit pname version;
13 hash = "sha256-hh2g46GVCkiMHElEP6McY8FdzGNzZV7pgA5DQhodP20=";
16 propagatedBuildInputs = [ aiohttp ];
18 # Project has no tests
20 pythonImportsCheck = [ "pyfido" ];
23 description = "Python client to get fido account data";
24 homepage = "https://github.com/titilambert/pyfido";
25 license = with licenses; [ asl20 ];
26 maintainers = with maintainers; [ fab ];