9 buildPythonPackage rec {
10 pname = "connect-box";
14 pname = "connect_box";
16 sha256 = "sha256-d1KqVKaHlZDm2o1GJ7r8KoONwfd1lxXexJxavCvjfW8=";
19 propagatedBuildInputs = [
25 # no tests are present
28 pythonImportsCheck = [ "connect_box" ];
31 description = "Interact with a Compal CH7465LG cable modem/router";
33 Python Client for interacting with the cable modem/router Compal
34 CH7465LG which is provided under different names by various ISP
35 in Europe, e.g., UPC Connect Box (CH), Irish Virgin Media Super
36 Hub 3.0 (IE), Ziggo Connectbox (NL) or Unitymedia Connect Box (DE).
38 homepage = "https://github.com/home-assistant-ecosystem/python-connect-box";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];