9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-/7g8Upj9Hb4m83JXLI3X2lqa9faCt42LVxh+V9WpI68=";
21 propagatedBuildInputs = [ aiohttp ];
26 pythonImportsCheck = [ "subzerod" ];
29 description = "Python module to help with the enumeration of subdomains";
30 mainProgram = "subzerod";
31 homepage = "https://github.com/sanderfoobar/subzerod";
32 license = with licenses; [ wtfpl ];
33 maintainers = with maintainers; [ fab ];