7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-YwOKSBlN4lNyS+hfdbQDUq1gc14FBof463ofxtUVLC4=";
18 propagatedBuildInputs = [ requests ];
20 # Project has no tests
22 pythonImportsCheck = [ "tahoma_api" ];
25 description = "Python module to interface with Tahoma REST API";
26 homepage = "https://github.com/philklei/tahoma-api/";
27 license = with licenses; [ asl20 ];
28 maintainers = with maintainers; [ fab ];