11 buildPythonPackage rec {
12 pname = "python-owasp-zap-v2-4";
14 format = "setuptools";
16 src = fetchFromGitHub {
18 repo = "zap-api-python";
20 sha256 = "0b46m9s0vwaaq8vhiqspdr2ns9qdw65fnjh8mf58gjinlsd27ygk";
23 propagatedBuildInputs = [
34 pythonImportsCheck = [ "zapv2" ];
37 description = "Python library to access the OWASP ZAP API";
38 homepage = "https://github.com/zaproxy/zap-api-python";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ fab ];