{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"}],"enrichment":{"capability":"A Python client for MailChimp API v3 that wraps HTTP requests to manage lists, campaigns, automations, and other MailChimp resources through a structured object interface.","skillfed_tags":["email-marketing","rest-api-client","dormant-maintenance"],"use_cases":["Sync subscriber lists and manage member data (add, update, delete) programmatically without manual MailChimp UI interaction.","Automate campaign creation and sending workflows triggered by application events.","Fetch campaign performance reports, click analytics, and email activity data for analysis or dashboards.","Build integrations that read and write e-commerce data (stores, products, orders, carts) to MailChimp.","Query and manage automation workflows, segments, and interest categories across multiple lists."],"what_it_does":"mailchimp3 is a straightforward Python wrapper around MailChimp's REST API v3, built on top of the requests library. It provides object-oriented access to MailChimp's endpoints\u2014lists, members, campaigns, automations, stores, reports, and more\u2014without requiring you to construct HTTP requests manually. You initialize it with an API key (and optionally a username for basic auth or an OAuth2 token), then call methods like client.lists.all(), client.lists.members.create(), or client.campaigns.all() to interact with your MailChimp account.\n\nThe package handles pagination, field selection, and request headers for you. It supports both HTTP Basic Authentication and OAuth2, allows you to set request timeouts and custom User-Agent headers, and can be disabled at runtime to return None for all calls. The API structure mirrors MailChimp's official documentation, so if you know the endpoint you want, the method names are predictable. It has been stable since its first release in 2015 and covers all documented endpoints as of March 2017, though maintenance is now dormant.","worth_installing":"Yes, if you need a stable, low-friction MailChimp v3 API client and can accept dormant maintenance. The package is production-stable, has no known vulnerabilities, and a single lightweight dependency. It is not suitable if you require active upstream support, ongoing API compatibility updates, or expect MailChimp to introduce breaking changes that demand prompt library updates."},"id":"mailchimp3","links":{"html":"https://skillfed.io/packages/mailchimp3","md":"https://skillfed.io/packages/mailchimp3.md","pypi":"https://pypi.org/project/mailchimp3/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-06-13","license_spdx":null,"license_treatment":"permissive","name":"mailchimp3","python_support":"unspecified","summary":"A python client for v3 of MailChimp API"},"popularity":{"monthly_downloads":289292,"position":8002,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.21"}
