11 buildPythonPackage rec {
12 pname = "garminconnect-aio";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "python-garminconnect-aio";
22 hash = "sha256-GWY2kTG2D+wOJqM/22pNV5rLvWjAd4jxVGlHBou/T2g=";
25 propagatedBuildInputs = [
31 # Project has no tests
34 pythonImportsCheck = [ "garminconnect_aio" ];
37 description = "Python module to interact with Garmin Connect";
38 homepage = "https://github.com/cyberjunky/python-garminconnect-aio";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];