8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "10iq7c9c832ssl2xrvf62xf7znfvqzax6sq8ppsibq6wpb8dlnj5";
18 propagatedBuildInputs = [ requests ];
20 # tests need a server to run against
24 description = "Package for sending events to the IFTTT Webhooks Channel";
25 mainProgram = "pyfttt";
26 homepage = "https://github.com/briandconnelly/pyfttt";
27 maintainers = with maintainers; [ peterhoeg ];
28 license = licenses.bsd2;