9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 hash = "sha256-zeSV2acjtSWUYnrMjEBtrSPlXRvrNQRX5SYPYHnaOy0=";
21 propagatedBuildInputs = [
26 # All tests require network access
29 pythonImportsCheck = [
34 description = "Python client to retrieve data provided by DWD via their geoserver WFS API";
35 homepage = "https://github.com/stephan192/dwdwfsapi";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ elohmeier ];