18 buildPythonPackage rec {
23 disabled = pythonOlder "3.10";
26 inherit pname version;
27 hash = "sha256-2/4nFInpdY8fb/b+sXhgT6ZPtEgBV+KHMyLnxIp6y/U=";
39 propagatedBuildInputs = [
48 pythonImportsCheck = [
53 description = "Authenticate and interact with Xiaomi devices over BLE";
54 mainProgram = "miauth";
55 homepage = "https://github.com/dnandha/miauth";
56 license = licenses.agpl3Only;
57 maintainers = with maintainers; [ fab ];