12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 sha256 = "048cxn3fw2hynp27zlizq7k8ps67qq9sib1ddgirnxy5zc87vgkc";
24 nativeBuildInputs = [ poetry ];
26 propagatedBuildInputs = [ aiohttp ];
35 pythonImportsCheck = [ "aioeafm" ];
38 description = "Python client for access the Real Time flood monitoring API";
39 homepage = "https://github.com/Jc2k/aioeafm";
40 license = with licenses; [ asl20 ];
41 maintainers = with maintainers; [ fab ];