1 { lib, buildPythonPackage, isPy3k, fetchPypi, requests, zeroconf, netifaces, pytest }:
3 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "dcaabf83b204282aacfb213b18799eb7af2d5a6defe529487bbd0548036392fe";
14 propagatedBuildInputs = [ requests zeroconf netifaces ];
16 checkInputs = [ pytest ];
23 description = "Python library to scan local network for services and devices";
24 homepage = "https://github.com/home-assistant/netdisco";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ dotlambda ];