10 buildPythonPackage rec {
11 pname = "simplehound";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "robmarkcole";
19 sha256 = "1b5m3xjmk0l6ynf0yvarplsfsslgklalfcib7sikxg3v5hiv9qwh";
22 propagatedBuildInputs = [ requests ];
29 pythonImportsCheck = [ "simplehound" ];
32 description = "Python API for Sighthound";
33 homepage = "https://github.com/robmarkcole/simplehound";
34 license = with licenses; [ asl20 ];
35 maintainers = with maintainers; [ fab ];