8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "ea7919caee14abe741016d8e37e96bc67a43e22f77c079e55962273f39dbea4e";
18 propagatedBuildInputs = [ requests ];
21 description = "API towards Ubiquity Networks UniFi controller";
22 homepage = "https://github.com/finish06/unifi-api";
23 license = licenses.mit;
24 maintainers = with maintainers; [ peterhoeg ];