Dependal Python SDK
Official Python SDK for the Dependal transactional email API.
Dependal is a developer-first email delivery platform focused on reliable transactional email, clear delivery logs, and predictable pricing.
Installation
Install the SDK using pip:
pip install dependal
Quick Start
from dependal import ApiClient, Configuration
from dependal.api.messages_api import MessagesApi
config = Configuration(
host="https://api.dependal.com",
api_key={"x-api-key": "dp-xxxxxxxxx"}
)
with ApiClient(config) as client:
api = MessagesApi(client)
api.send_email({
"to": "user@example.com",
"from": "Dependal <noreply@dependal.com>",
"subject": "Hello",
"html": "<p>This email was sent using Dependal.</p>"
})
Documentation
Full documentation is available at:
Features
- Simple transactional email API\
- Reliable delivery through Amazon SES\
- Detailed email logs and event tracking\
- Suppression handling\
- Predictable developer-friendly pricing
Support
If you need help, contact:
Built by Dependal.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dependal-1.0.4.tar.gz
(44.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dependal-1.0.4-py3-none-any.whl
(91.4 kB
view details)
File details
Details for the file dependal-1.0.4.tar.gz.
File metadata
- Download URL: dependal-1.0.4.tar.gz
- Upload date:
- Size: 44.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3305dc0d3d1f599c16845096c6a362389e4b6fcd2fa54008b23ba281ef7ad52a
|
|
| MD5 |
ff530b1fe6e60dfc5e4013a9a5bb5b85
|
|
| BLAKE2b-256 |
bfda1644bde13d79d64e642208b5433208e7ea4869de16dff937c5c7d6dda559
|
File details
Details for the file dependal-1.0.4-py3-none-any.whl.
File metadata
- Download URL: dependal-1.0.4-py3-none-any.whl
- Upload date:
- Size: 91.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce7c3fe6c917678bfce109272199380ada438ec6678e4291509115654196b6d3
|
|
| MD5 |
cea8adcdd736b530bfdaa1c1d3783d23
|
|
| BLAKE2b-256 |
a896fdfb266c86284dd1d90cde9044f5ca4ff5920e8067bcbfae91893f636d37
|