8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "sha256-PX1b1msaZH8HKVBo3GU7TOr8Lo7INLjjJBkDHHs6mzk=";
17 propagatedBuildInputs = [
22 # All tests require network access
25 pythonImportsCheck = [ "dwdwfsapi" ];
28 description = "Python client to retrieve data provided by DWD via their geoserver WFS API";
29 homepage = "https://github.com/stephan192/dwdwfsapi";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ elohmeier ];