Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Supported tags and respective Dockerfile links

  • v5.4.1, latest (Dockerfile)
  • v5.4.0
  • 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