13 buildPythonPackage rec {
18 src = fetchFromGitHub {
20 repo = "twilio-python";
22 sha256 = "sha256-vVJuuPxVyOqnplPYrjCjIm5IyIFZvsCMoDLrrHpHK+4=";
25 propagatedBuildInputs = [
38 pythonImportsCheck = [ "twilio" ];
41 description = "Twilio API client and TwiML generator";
42 homepage = "https://github.com/twilio/twilio-python/";
43 license = licenses.mit;
44 maintainers = with maintainers; [ ];