Skip to main content

Forwards-compatible Flask extension to interact with the sendwithus API

Project description

About

Forwards-compatible Flask extension to interact with the sendwithus API.

Installation

pip install Flask-Sendwithus

Documentation

Uses the standard extension pattern. Example:

>>> from flask import Flask
>>> from flask_sendwithus import Sendwithus

>>> app = Flask(__name__)
>>> app.config['SENDWITHUS_API_KEY'] = 'YOUR-API-KEY'
>>> sendwithus = Sendwithus()
>>> sendwithus.init_app(app)
>>> r = sendwithus.send(
    email_id='YOUR-EMAIL-ID',
    recipient={'address': 'us@sendwithus.com'})
>>> print(r.status_code)
200
)

See the official python client’s documentation for further info on what methods are available. All methods found on the sendwithus.api instance is proxied on the Flask-Sendwithus’s instance.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Sendwithus-1.0.2.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

Flask_Sendwithus-1.0.2-py2.py3-none-any.whl (4.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file Flask-Sendwithus-1.0.2.tar.gz.

File metadata

File hashes

Hashes for Flask-Sendwithus-1.0.2.tar.gz
Algorithm Hash digest
SHA256 f5ec8fba040854aaf9980b4e84ae0dac82a40de6df562288f4a8d098b2eabacc
MD5 1249c07f4558be19a3b79a50bfd99f9e
BLAKE2b-256 d53a83061f7590e6093f1fe25db3ba8aa8a387f23eaddf323544253033fbf359

See more details on using hashes here.

File details

Details for the file Flask_Sendwithus-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for Flask_Sendwithus-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bdf6c8a59b5f7de246cf91c521a5b42b80735642136921cc89f417ceea1cb192
MD5 0c851c8c4e33c505a633f051c592d11f
BLAKE2b-256 44b4312616b8ffde2ff64022f495a6774c47aed68e7b63321e45610742ef1f96

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page