9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-7mN6GPRbXfEUfCrCrCs71SSt4x2Ch2y3a5rfXnuwVA0=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Library to communicate with SAJ inverters";
37 homepage = "https://github.com/fredericvl/pysaj";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];