9 buildPythonPackage rec {
16 src = fetchFromGitHub {
17 owner = "peternijssen";
20 hash = "sha256-Yujy8HSMbK2DQ/913r2c74hKPYDfcHFKq04ysqxG+go=";
27 propagatedBuildInputs = [
31 # tests don't mock remote resources
34 pythonImportsCheck = [ "spiderpy.spiderapi" ];
37 description = "Unofficial Python wrapper for the Spider API";
38 homepage = "https://www.github.com/peternijssen/spiderpy";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dotlambda ];