9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "11ymn0cr4lchrcnf2xxlgljw223gwln01gxwr7mcgf95yc4006iq";
21 propagatedBuildInputs = [ requests ];
23 # Project has no tests
26 pythonImportsCheck = [ "niluclient" ];
29 description = "Python client for getting air pollution data from NILU sensor stations";
30 homepage = "https://github.com/hfurubotten/niluclient";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];