7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "19h7r0qbsqd6k6g4nz6z3k9kdmk0sx5zpsrgxwnhsff5fqi0y2ls";
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 ];