7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-ItDGnUUUTwCz4ZJtFVlMYjjoBPn2h8QZgLzgnV2T/Qk=";
18 propagatedBuildInputs = [ requests ];
20 # tests are interacting with the Dexcom API
22 pythonImportsCheck = [ "pydexcom" ];
25 description = "Python API to interact with Dexcom Share service";
26 homepage = "https://github.com/gagebenne/pydexcom";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];