1 { lib, buildPythonPackage, fetchPypi
4 buildPythonPackage rec {
10 sha256 = "10iq7c9c832ssl2xrvf62xf7znfvqzax6sq8ppsibq6wpb8dlnj5";
13 propagatedBuildInputs = [ requests ];
15 # tests need a server to run against
19 description = "Package for sending events to the IFTTT Webhooks Channel";
20 homepage = "https://github.com/briandconnelly/pyfttt";
21 maintainers = with maintainers; [ peterhoeg ];
22 license = licenses.bsd2;