{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/5"}],"enrichment":{"capability":"Python client library that wraps the Marketo REST API, handling authentication, error handling, and rate limiting (100 calls per 20 seconds) to simplify programmatic access to Marketo lead, list, activity, and campaign data.","skillfed_tags":["crm-integration","api-client","marketing-automation"],"use_cases":["Bulk import or sync lead records from external systems into Marketo by calling create_update_leads with batches of lead objects.","Query and retrieve lead data by email, ID, or list membership to populate dashboards or feed downstream analytics systems.","Automate lead status updates across programs (e.g., marking leads as 'Registered' after a webinar) without manual Marketo UI interaction.","Stream large lead lists from Marketo using generator methods to avoid memory overhead when exporting thousands of records.","Associate web cookies or tracking tokens with lead records to unify anonymous and known visitor behavior in Marketo."],"what_it_does":"marketorestpython is a Python wrapper around Marketo's REST API that abstracts away authentication token management, request rate limiting, and error handling. It exposes Marketo's lead, list, activity, and campaign operations through a simple execute() method interface, allowing you to query leads by ID or filter, retrieve program members, create or update leads in bulk, and manage lead program status without manually constructing HTTP requests or managing OAuth tokens.\n\nThe library enforces Marketo's standard rate limit of 100 calls per 20 seconds automatically and supports optional per-instance call limits and retry logic for transient failures. It has no external runtime dependencies, making it lightweight to install, though it requires valid Marketo credentials and network connectivity to function. The package is a maintained fork of an earlier stalled project and includes generator-based methods for efficiently paginating large result sets.","worth_installing":"Yes, with conditions. The package is mature (first released in 2015), permissively licensed, and has no known vulnerabilities. Install friction is high and maintenance is aging (291 days since last release), but the repository is not archived and remains minimally active. Install it if you need straightforward Marketo REST API access in Python and can tolerate a source tarball distribution; avoid it if you require cutting-edge maintenance or guaranteed support for the latest Python versions."},"id":"marketorestpython","links":{"html":"https://skillfed.io/packages/marketorestpython","md":"https://skillfed.io/packages/marketorestpython.md","pypi":"https://pypi.org/project/marketorestpython/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-27","license_spdx":null,"license_treatment":"permissive","name":"marketorestpython","python_support":"unspecified","summary":"Python Client for the Marketo REST API"},"popularity":{"monthly_downloads":236518,"position":8981,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.25"}
