3 , bleak-retry-connector
11 buildPythonPackage rec {
12 pname = "eufylife-ble-client";
16 disabled = pythonOlder "3.9";
19 pname = "eufylife_ble_client";
21 hash = "sha256-1pnT5B+m2/IDqHqOIZdDx8WwBdZpJe1Bj/HaxY+VW1Y=";
28 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Module for parsing data from Eufy smart scales";
43 homepage = "https://github.com/bdr99/eufylife-ble-client";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];