18 buildPythonPackage rec {
23 disabled = pythonOlder "3.10";
25 src = fetchFromGitHub {
29 hash = "sha256-SRuBV7XWt4Myks7kbUzGAscggspUbRoLOvYNiorF8To=";
38 build-system = [ setuptools-scm ];
55 pythonImportsCheck = [ "pyatmo" ];
58 description = "Simple API to access Netatmo weather station data";
59 homepage = "https://github.com/jabesq/pyatmo";
60 changelog = "https://github.com/jabesq/pyatmo/blob/v${version}/CHANGELOG.md";
61 license = licenses.mit;