20 buildPythonPackage rec {
23 format = "setuptools";
25 disabled = pythonOlder "3.6";
27 src = fetchFromGitHub {
28 owner = "GreyNoise-Intelligence";
31 hash = "sha256-zevom7JqXnZuotXfGtfPOmQNh32dANS4Uc6tHUuq08s=";
34 propagatedBuildInputs = [
53 pythonImportsCheck = [ "greynoise" ];
56 description = "Python3 library and command line for GreyNoise";
57 homepage = "https://github.com/GreyNoise-Intelligence/pygreynoise";
58 changelog = "https://github.com/GreyNoise-Intelligence/pygreynoise/blob/${src.rev}/CHANGELOG.rst";
59 license = licenses.mit;
60 maintainers = with maintainers; [ mbalatsko ];