7 buildPythonPackage rec {
10 format = "setuptools";
15 hash = "sha256-8YdYbknLICRrZloGUZuscv5e1LIDZBcCPKZs6EMaNuo=";
18 propagatedBuildInputs = [ requests ];
19 # Modules has no tests
22 pythonImportsCheck = [ "CO2Signal" ];
25 description = "A package to access the CO2 Signal API ";
26 homepage = "https://github.com/danielsjf/CO2Signal";
27 license = licenses.gpl3Only;
28 maintainers = with maintainers; [ plabadens ];