8 buildPythonPackage rec {
11 format = "setuptools";
16 hash = "sha256-8YdYbknLICRrZloGUZuscv5e1LIDZBcCPKZs6EMaNuo=";
19 propagatedBuildInputs = [ requests ];
20 # Modules has no tests
23 pythonImportsCheck = [ "CO2Signal" ];
26 description = "Package to access the CO2 Signal API";
27 homepage = "https://github.com/danielsjf/CO2Signal";
28 license = licenses.gpl3Only;
29 maintainers = with maintainers; [ plabadens ];