10 buildPythonPackage rec {
11 pname = "simplehound";
13 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
17 owner = "robmarkcole";
20 sha256 = "1b5m3xjmk0l6ynf0yvarplsfsslgklalfcib7sikxg3v5hiv9qwh";
23 propagatedBuildInputs = [ requests ];
30 pythonImportsCheck = [ "simplehound" ];
33 description = "Python API for Sighthound";
34 homepage = "https://github.com/robmarkcole/simplehound";
35 license = with licenses; [ asl20 ];
36 maintainers = with maintainers; [ fab ];