sendgrid/sendgrid-python

By sendgrid

Updated over 8 years ago

This library allows you to quickly and easily use the SendGrid Web API v3 via Python.

Image
5

1.6K

sendgrid/sendgrid-python repository overview

  • v5.4.0, latest (Dockerfile)
  • v5.3.0
  • v5.2.1
  • v5.2.0
  • v5.1.0
  • v5.0.1
  • v5.0.0
  • v4.2.1
  • v4.2.0
  • v4.1.0
  • v4.0.0
  • v3.6.5
  • v3.6.4
  • v3.6.3
  • v3.6.2
  • v3.3.0
  • v3.2.3
  • v3.2.2
  • v3.2.1
  • v3.2.0

Quick reference

Usage examples

  • Most recent version: docker run -it sendgrid/sendgrid-python.
  • Old version: docker run -it sendgrid/sendgrid-python:v4.2.0
  • Old version predating this Docker image:
    $ git clone https://github.com/sendgrid/sendgrid-python.git --branch v3.6.1
    $ realpath sendgrid-python
    /path/to/sendgrid-python
    $ docker run -it -v /path/to/sendgrid-python:/mnt/sendgrid-python sendgrid/sendgrid-python
    
  • Your own fork:
    $ git clone https://github.com/you/cool-sendgrid-python.git
    $ realpath cool-sendgrid-python
    /path/to/cool-sendgrid-python
    $ docker run -it -v /path/to/cool-sendgrid-python:/mnt/sendgrid-python sendgrid/sendgrid-python
    

For more detailed information, see USAGE.md.

About

sendgrid-python is guided and supported by the SendGrid Developer Experience Team.

sendgrid-python is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-python are trademarks of SendGrid, Inc.

SendGrid Logo

Tag summary

Content type

Image

Digest

Size

127.2 MB

Last updated

over 8 years ago

Requires Docker Desktop 4.37.1 or later.