Skip to main content

Official Python SDK for the Dependal API.

Project description

PyPI Python Versions

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:

https://dependal.com/docs


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:

support@dependal.com


Built by Dependal.

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

dependal-1.0.4.tar.gz (44.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dependal-1.0.4-py3-none-any.whl (91.4 kB view details)

Uploaded Python 3

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

Hashes for dependal-1.0.4.tar.gz
Algorithm Hash digest
SHA256 3305dc0d3d1f599c16845096c6a362389e4b6fcd2fa54008b23ba281ef7ad52a
MD5 ff530b1fe6e60dfc5e4013a9a5bb5b85
BLAKE2b-256 bfda1644bde13d79d64e642208b5433208e7ea4869de16dff937c5c7d6dda559

See more details on using hashes here.

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

Hashes for dependal-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ce7c3fe6c917678bfce109272199380ada438ec6678e4291509115654196b6d3
MD5 cea8adcdd736b530bfdaa1c1d3783d23
BLAKE2b-256 a896fdfb266c86284dd1d90cde9044f5ca4ff5920e8067bcbfae91893f636d37

See more details on using hashes here.

Supported by

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