12 buildPythonPackage rec {
13 pname = "pytomorrowio";
15 format = "setuptools";
17 disabled = pythonOlder "3.9";
20 inherit pname version;
21 hash = "sha256-ZCA+GYuZuRgc4Pi9Bcg4zthOnkmQ+/IddFMkR0WYfKk=";
24 propagatedBuildInputs = [ aiohttp ];
33 # aiohttp 3.10.6 compat
37 pythonImportsCheck = [ "pytomorrowio" ];
40 description = "Async Python package to access the Tomorrow.io API";
41 homepage = "https://github.com/raman325/pytomorrowio";
42 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ dotlambda ];