10 buildPythonPackage rec {
14 src = fetchFromGitHub {
16 owner = "Danielhiversen";
18 sha256 = "1jngf0mbn5hn166pqh1ga5snwwvv7n5kv1k9kaksrfibixkvpw6h";
21 propagatedBuildInputs = [ aiohttp async-timeout pytz xmltodict ];
23 pythonImportsCheck = [ "metno"];
26 description = "A library to communicate with the met.no api";
27 homepage = "https://github.com/Danielhiversen/pyMetno/";
28 license = licenses.mit;
29 maintainers = with maintainers; [ flyfloh ];