9 buildPythonPackage rec {
12 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "fordpass-python";
19 sha256 = "0i1dlswxc2bv1smc5d4r1adbxbl7sgr1swh2cjfajp73vs43xa0m";
22 propagatedBuildInputs = [ requests ];
24 # Project has no tests
27 pythonImportsCheck = [ "fordpass" ];
30 description = "Python module for the FordPass API";
31 mainProgram = "demo.py";
32 homepage = "https://github.com/clarkd/fordpass-python";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];