7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-YwOKSBlN4lNyS+hfdbQDUq1gc14FBof463ofxtUVLC4=";
19 propagatedBuildInputs = [ requests ];
21 # Project has no tests
23 pythonImportsCheck = [ "tahoma_api" ];
26 description = "Python module to interface with Tahoma REST API";
27 homepage = "https://github.com/philklei/tahoma-api/";
28 license = with licenses; [ asl20 ];
29 maintainers = with maintainers; [ fab ];