14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-xzJ1OG6gI5DhlsNcZgcGoo3U1TfFoh6zh6tiNvrCUfY=";
26 propagatedBuildInputs = [
35 # The tests require a shodan api key, so skip them.
38 pythonImportsCheck = [ "shodan" ];
41 description = "Python library and command-line utility for Shodan";
42 mainProgram = "shodan";
43 homepage = "https://github.com/achillean/shodan-python";
44 changelog = "https://github.com/achillean/shodan-python/blob/${version}/CHANGELOG.md";
45 license = licenses.mit;
46 maintainers = with maintainers; [