12 buildPythonPackage rec {
13 pname = "pymeteireann";
14 version = "2024.11.0";
17 src = fetchFromGitHub {
19 repo = "PyMetEireann";
21 sha256 = "sha256-b59I2h9A3QoXEBUYhbR0vsGGpQpOvFrqhHZnVCS8fLo=";
35 # Project has no tests
38 pythonImportsCheck = [ "meteireann" ];
41 description = "Python module to communicate with the Met Éireann Public Weather Forecast API";
42 homepage = "https://github.com/DylanGore/PyMetEireann/";
43 license = with lib.licenses; [ mit ];
44 maintainers = with lib.maintainers; [ fab ];