12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-8taZpC1N5ZsVurh10WosZvg7WDmord+PDfhHpRlfqBE=";
34 # no tests implemented
37 pythonImportsCheck = [ "wallbox" ];
40 description = "Module for interacting with Wallbox EV charger api";
41 homepage = "https://github.com/cliviu74/wallbox";
42 changelog = "https://github.com/cliviu74/wallbox/releases/tag/${version}";
43 license = licenses.mit;
44 maintainers = with maintainers; [ dotlambda ];