12 buildPythonPackage rec {
13 pname = "tuya-iot-py-sdk";
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
21 repo = "tuya-iot-python-sdk";
23 hash = "sha256-KmSVa71CM/kNhzE4GznaxISGmIaV+UcTSn3v+fmxmrQ=";
26 propagatedBuildInputs = [
33 # Project has no tests
36 pythonImportsCheck = [ "tuya_iot" ];
39 description = "Tuya IoT Python SDK for Tuya Open API";
40 homepage = "https://github.com/tuya/tuya-iot-python-sdk";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];