19 buildPythonPackage rec {
24 disabled = pythonOlder "3.7";
26 src = fetchFromGitHub {
28 repo = "api-client-python";
29 rev = "refs/tags/v${version}";
30 hash = "sha256-ITwwU/Xixyi9JSWbYf606HB7S5E4jiI0lEYcOdNg3mo=";
33 pythonRelaxDeps = true;
35 build-system = [ setuptools ];
51 pythonImportsCheck = [ "gophish" ];
57 description = "Module to interact with Gophish";
58 homepage = "https://github.com/gophish/api-client-python";
59 changelog = "https://github.com/gophish/api-client-python/releases/tag/v${version}";
60 license = licenses.mit;
61 maintainers = with maintainers; [ fab ];