10 buildPythonPackage rec {
11 pname = "pymeteireann";
14 src = fetchFromGitHub {
16 repo = "PyMetEireann";
18 sha256 = "1xcfb3f2a2q99i8anpdzq8s743jgkk2a3rpar48b2dhs7l15rbsd";
21 propagatedBuildInputs = [
28 # Project has no tests
31 pythonImportsCheck = [ "meteireann" ];
34 description = "Python module to communicate with the Met Éireann Public Weather Forecast API";
35 homepage = "https://github.com/DylanGore/PyMetEireann/";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];