13 buildPythonPackage rec {
14 pname = "py-nightscout";
16 format = "setuptools";
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
21 owner = "marciogranzotto";
24 sha256 = "0kslmm3wrxhm307nqmjmq8i8vy1x6mjaqlgba0hgvisj6b4hx65k";
27 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Python library that provides an interface to Nightscout";
46 homepage = "https://github.com/marciogranzotto/py-nightscout";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ fab ];