10 buildPythonPackage rec {
11 pname = "garminconnect-aio";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "python-garminconnect-aio";
21 hash = "sha256-GWY2kTG2D+wOJqM/22pNV5rLvWjAd4jxVGlHBou/T2g=";
24 propagatedBuildInputs = [
30 # Project has no tests
33 pythonImportsCheck = [
38 description = "Python module to interact with Garmin Connect";
39 homepage = "https://github.com/cyberjunky/python-garminconnect-aio";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];