8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "PaulAnnekov";
17 hash = "sha256-PTIw/2NRHHiqV6E5oj2pMeGq1uApevKfT2n5zV8AQmM=";
20 propagatedBuildInputs = [ requests ];
22 # Project has no tests
24 pythonImportsCheck = [ "tuyaha" ];
27 description = "Python module with the Tuya API";
28 homepage = "https://github.com/PaulAnnekov/tuyaha";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];