16 buildPythonPackage rec {
17 pname = "weatherflow4py";
21 disabled = pythonOlder "3.12";
23 src = fetchFromGitHub {
25 repo = "weatherflow4py";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-NOruMysLm0Pu2fsaA/qCNdeCTacomvJ51oqI8V2WFWI=";
30 build-system = [ poetry-core ];
45 pythonImportsCheck = [ "weatherflow4py" ];
48 description = "Module to interact with the WeatherFlow REST API";
49 homepage = "https://github.com/jeeftor/weatherflow4py";
50 changelog = "https://github.com/jeeftor/weatherflow4py/releases/tag/v${version}";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fab ];