12 buildPythonPackage rec {
16 src = fetchFromGitHub {
18 repo = "sendgrid-python";
20 sha256 = "sha256-R9ASHDIGuPRh4yf0FAlpjUZ6QAakYs35EFSqAPc02Q8=";
23 propagatedBuildInputs = [
35 # Exclude tests that require network access
37 "--ignore test/test_sendgrid.py"
38 "--ignore live_test.py"
41 pythonImportsCheck = [ "sendgrid" ];
44 description = "Python client for SendGrid";
45 homepage = "https://github.com/sendgrid/sendgrid-python";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];