10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 sha256 = "hOUN4cA4pKVioIrfJM02GOnZdDRc7xbNtvHfoD3//bM=";
22 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [
36 description = "Python client to the Eliq Online API";
37 homepage = "https://github.com/molobrakos/eliqonline";
38 license = licenses.lgpl3Only;
39 maintainers = with maintainers; [ fab ];