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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Flask-Sendwithus-1.0.2.tar.gz
.
File metadata
- Download URL: Flask-Sendwithus-1.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5ec8fba040854aaf9980b4e84ae0dac82a40de6df562288f4a8d098b2eabacc |
|
MD5 | 1249c07f4558be19a3b79a50bfd99f9e |
|
BLAKE2b-256 | d53a83061f7590e6093f1fe25db3ba8aa8a387f23eaddf323544253033fbf359 |
File details
Details for the file Flask_Sendwithus-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: Flask_Sendwithus-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf6c8a59b5f7de246cf91c521a5b42b80735642136921cc89f417ceea1cb192 |
|
MD5 | 0c851c8c4e33c505a633f051c592d11f |
|
BLAKE2b-256 | 44b4312616b8ffde2ff64022f495a6774c47aed68e7b63321e45610742ef1f96 |