15 buildPythonPackage rec {
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
26 hash = "sha256-KjOu9V92n2rq8iOkgutlK7EMRvirFAEK8oxseI+dr2s=";
29 build-system = [ poetry-core ];
31 dependencies = [ aiohttp ];
41 pythonImportsCheck = [ "pyairnow" ];
44 description = "Python wrapper for EPA AirNow Air Quality API";
45 homepage = "https://github.com/asymworks/pyairnow";
46 changelog = "https://github.com/asymworks/pyairnow/blob/v${version}/CHANGELOG.md";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];