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