8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.7";
14 src = fetchFromGitHub {
16 repo = "fordpass-python";
18 sha256 = "0i1dlswxc2bv1smc5d4r1adbxbl7sgr1swh2cjfajp73vs43xa0m";
21 propagatedBuildInputs = [
25 # Project has no tests
28 pythonImportsCheck = [ "fordpass" ];
31 description = "Python module for the FordPass API";
32 mainProgram = "demo.py";
33 homepage = "https://github.com/clarkd/fordpass-python";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];