18 buildPythonPackage rec {
23 disabled = pythonOlder "3.10";
26 inherit pname version;
27 hash = "sha256-2/4nFInpdY8fb/b+sXhgT6ZPtEgBV+KHMyLnxIp6y/U=";
30 build-system = [ setuptools ];
32 pythonRelaxDeps = [ "cryptography" ];
39 nativeCheckInputs = [ pytestCheckHook ];
41 pythonImportsCheck = [ "miauth" ];
44 description = "Authenticate and interact with Xiaomi devices over BLE";
45 homepage = "https://github.com/dnandha/miauth";
46 license = licenses.agpl3Only;
47 maintainers = with maintainers; [ fab ];
48 mainProgram = "miauth";