1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "limitlessled";
9 sha256 = "0pd71wxqjvznx10brsj1sgy3420bz7awbzk9jlj422rrdxql754j";
13 description = "Control LimitlessLED products";
14 homepage = "https://github.com/happyleavesaoc/python-limitlessled/";
15 license = licenses.mit;
16 maintainers = with maintainers; [ sephalon ];