1 { lib, buildPythonPackage, isPy3k, fetchPypi, aiohttp, async-timeout }:
3 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "sha256-5SFb+psULyg9UKVY3oJPNLF3TGS/W+Bxoj79iTzReL4=";
14 propagatedBuildInputs = [ aiohttp async-timeout ];
16 # No tests implemented
19 pythonImportsCheck = [ "luftdaten" ];
22 description = "Python API for interacting with luftdaten.info";
23 homepage = "https://github.com/home-assistant-ecosystem/python-luftdaten";
24 license = licenses.mit;
25 maintainers = with maintainers; [ dotlambda ];