8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-hh2g46GVCkiMHElEP6McY8FdzGNzZV7pgA5DQhodP20=";
18 propagatedBuildInputs = [ aiohttp ];
20 # Project has no tests
22 pythonImportsCheck = [ "pyfido" ];
25 description = "Python client to get fido account data";
26 mainProgram = "pyfido";
27 homepage = "https://github.com/titilambert/pyfido";
28 license = with licenses; [ asl20 ];
29 maintainers = with maintainers; [ fab ];