14 buildPythonPackage rec {
15 pname = "py-nightscout";
17 format = "setuptools";
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
22 owner = "marciogranzotto";
25 sha256 = "0kslmm3wrxhm307nqmjmq8i8vy1x6mjaqlgba0hgvisj6b4hx65k";
28 propagatedBuildInputs = [
40 pythonImportsCheck = [ "py_nightscout" ];
43 description = "Python library that provides an interface to Nightscout";
44 homepage = "https://github.com/marciogranzotto/py-nightscout";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];