7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "PaulAnnekov";
16 hash = "sha256-PTIw/2NRHHiqV6E5oj2pMeGq1uApevKfT2n5zV8AQmM=";
19 propagatedBuildInputs = [ requests ];
21 # Project has no tests
23 pythonImportsCheck = [ "tuyaha" ];
26 description = "Python module with the Tuya API";
27 homepage = "https://github.com/PaulAnnekov/tuyaha";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];