1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "ea7919caee14abe741016d8e37e96bc67a43e22f77c079e55962273f39dbea4e";
14 propagatedBuildInputs = [ requests ];
17 description = "API towards Ubiquity Networks UniFi controller";
18 homepage = "https://github.com/finish06/unifi-api";
19 license = licenses.mit;
20 maintainers = with maintainers; [ peterhoeg ];