11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "sha256-fivdvBtgv2IAQtABD0t2KoC0MRHb6pwEHXLUMl4mDCM=";
20 propagatedBuildInputs = [
28 # The tests require a shodan api key, so skip them.
30 pythonImportsCheck = [ "shodan" ];
33 description = "Python library and command-line utility for Shodan";
34 homepage = "https://github.com/achillean/shodan-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ lihop ];