mailchimp-transactional
Mailchimp Transactional API
What it is and what it does
mailchimp-transactional is an auto-generated Python client for Mailchimp's Transactional API, created from Swagger specifications. It wraps HTTP calls to send and manage transactional emails—messages like password resets, order confirmations, and notifications—through Mailchimp's infrastructure. The library depends on standard HTTP and date-handling packages (requests, certifi, urllib3, python-dateutil, six) and exposes the API as Python objects and method calls rather than raw HTTP requests.
The package is actively maintained and has moderate popularity. However, it carries two significant uncertainties: the license is not declared in the package metadata, and the Python version support is unspecified. The auto-generated nature means the API surface tracks Mailchimp's specification but may lack hand-written documentation or examples beyond the Swagger source.
Use it for:
- Send transactional emails (password resets, order confirmations) from a Python application via Mailchimp's managed infrastructure.
- Batch-send templated transactional messages with tracking and delivery reporting through Mailchimp's API.
- Integrate email delivery into a web application without managing your own SMTP server or email infrastructure.
- Retrieve delivery status, bounce reports, and engagement metrics for sent transactional messages.
- Replace or supplement direct SMTP connections with a managed email service that handles deliverability.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python client library for the Mailchimp Transactional API, generated from Swagger specifications, enabling programmatic sending and management of transactional emails through Mailchimp.
Yes, with conditions. The package has low install friction, active maintenance, no known vulnerabilities, and solid popularity. However, before installing, verify the license terms (currently undeclared in metadata) and confirm Python version compatibility with your environment. If you need to send transactional emails via Mailchimp and can resolve the license question, this is a straightforward choice.
Install
mailchimp-transactional on PyPI
pip
pip install mailchimp-transactionaluv
uv add mailchimp-transactionalpoetry
poetry add mailchimp-transactionalInstalling mailchimp-transactional
Before you install
Low install friction with standard HTTP and date-handling dependencies (requests, certifi, urllib3, python-dateutil, six). Last release was 143 days ago with active maintenance status, though repository details are not publicly visible.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or restricted contexts.
Quickstart
pip install mailchimp-transactional
import mailchimp_transactional as MailchimpTransactional
client = MailchimpTransactional.Client(api_key='your-api-key')
message = {'subject': 'Test', 'from_email': 'sender@example.com', 'to': [{'email': 'recipient@example.com'}]}
result = client.messages.send(message)
Requires a valid Mailchimp Transactional API key; no minimum Python version is specified in the package metadata.
Verify before relying
- Whether the 143-day release gap indicates active ongoing development or maintenance.
- The actual license under which this package is distributed (SPDX and raw license text are both absent).
- Full API coverage and feature completeness relative to the current Mailchimp Transactional API specification.
- Python version compatibility—requires_python is unspecified in the package metadata.
Package facts
| License | not declared (unclear) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — certifi, python-dateutil, requests, six, urllib3 |
| Maintenance | actively maintained — 143 days since the last release |
| First released | |
| Downloads | 782,973/month — #5,077 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mailchimp_transactional-1.4.1-py3-none-any.whl
Keywords: Swagger, Mailchimp Transactional API
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
assisted-service-clientA Python client library for the OpenShift…
permissive · top 15,000 on PyPI
mandrillMandrill is a deprecated Python API client and…
permissive · top 15,000 on PyPI
sib-api-v3-sdkPython SDK for the SendinBlue REST API,…
unclear · top 15,000 on PyPI
mailchimp3A Python client for MailChimp API v3 that wraps…
permissive · top 15,000 on PyPI
mailjet-restA Python wrapper for the Mailjet Email API that…
permissive · top 5,000 on PyPI
mailtrapOfficial Python client for Mailtrap's email…
permissive · top 15,000 on PyPI
resendResend Python SDK provides a client library for…
permissive · top 5,000 on PyPI
sparkpostOfficial Python client for the SparkPost email…
permissive · top 15,000 on PyPI
onesignal-python-apiA Python client library for the OneSignal API…
unclear · top 15,000 on PyPI
repoze-sendmailCouples email sending with Zope transactions,…
permissive · top 15,000 on PyPI