11 buildPythonPackage rec {
12 pname = "tuya-iot-py-sdk";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
18 src = fetchFromGitHub {
20 repo = "tuya-iot-python-sdk";
22 sha256 = "sha256-KmSVa71CM/kNhzE4GznaxISGmIaV+UcTSn3v+fmxmrQ=";
25 propagatedBuildInputs = [
32 # Project has no tests
35 pythonImportsCheck = [ "tuya_iot" ];
38 description = "Tuya IoT Python SDK for Tuya Open API";
39 homepage = "https://github.com/tuya/tuya-iot-python-sdk";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];