9 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
18 sha256 = "705c82d8caedfff19117c8859cc1b4f56e15ab8dbc0d64d63b79d8634007897f";
21 propagatedBuildInputs = [
26 # no tests implemented
29 pythonImportsCheck = [
31 "pyflick.authentication"
35 description = "Python API For Flick Electric in New Zealand";
36 homepage = "https://github.com/ZephireNZ/PyFlick";
37 license = licenses.mit;
38 maintainers = with maintainers; [ dotlambda ];