11 buildPythonPackage rec {
12 pname = "simplehound";
14 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
18 owner = "robmarkcole";
21 sha256 = "1b5m3xjmk0l6ynf0yvarplsfsslgklalfcib7sikxg3v5hiv9qwh";
24 propagatedBuildInputs = [ requests ];
31 pythonImportsCheck = [ "simplehound" ];
34 description = "Python API for Sighthound";
35 homepage = "https://github.com/robmarkcole/simplehound";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];