13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-vttujCtEWVksG8F7TUtX2rDLWKRVrVie4mpjBCQs1QU=";
25 propagatedBuildInputs = [
34 # The tests require a shodan api key, so skip them.
37 pythonImportsCheck = [
42 description = "Python library and command-line utility for 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; [ fab lihop ];