ó
º9—^c           @   sH   d  Z  d d l m Z d d l m Z d d l Td d l Td d l Td S(   s  
This library allows you to quickly and easily use the Twilio SendGrid Web API v3 via
Python.

For more information on this library, see the README on GitHub.
    http://github.com/sendgrid/sendgrid-python
For more information on the Twilio SendGrid v3 API, see the v3 docs:
    http://sendgrid.com/docs/API_Reference/api_v3.html
For the user guide, code examples, and more, visit the main docs page:
    http://sendgrid.com/docs/index.html

Available subpackages
---------------------
helpers
    Modules to help with common tasks.
i   (   t   __version__(   t   SendGridAPIClient(   t   *N(   t   __doc__t   versionR    t   sendgridR   t   helpers.mailt   helpers.endpointst   helpers.stats(    (    (    s3   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/__init__.pyt   <module>   s
   

