10 buildPythonPackage rec {
11 pname = "pykostalpiko";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "Florian7843";
21 hash = "sha256-kmzFsOgmMb8bOkulg7G6vXEPdb0xizh7u5LjnHfEWWQ=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [ "pykostalpiko" ];
35 description = "Library and CLI-tool to fetch the data from a Kostal Piko inverter";
36 homepage = "https://github.com/Florian7843/pykostalpiko";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];