11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-IsNXFs1N+rKwqve2Pjp+wRTZCxHF4acEo6KyhsSKuqI=";
23 propagatedBuildInputs = [
30 # tests require credentials
33 pythonImportsCheck = [ "micloud" ];
36 description = "Xiaomi cloud connect library";
37 mainProgram = "micloud";
38 homepage = "https://github.com/Squachen/micloud";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dotlambda ];