Skip to main content

A Python SDK for interacting with the Mepost API.

Project description

mepost-sdk

Overview

The mepost-sdk is a Python library designed to simplify interactions with the Mepost API for sending and managing emails.

Installation

Install this package using pip:

pip install mepost-sdk

Usage

Here is a quick example:

Copy code
from mepost.client import MepostClient

client = MepostClient(api_key="your_api_key")
response = client.send_email(email_data)
print(response)

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

mepost-sdk-0.1.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

mepost_sdk-0.1.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

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