Salesforce-FuelSDK-Sans
Salesforce Marketing Cloud Fuel SDK for Python
What it is and what it does
Salesforce-FuelSDK-Sans is a maintained fork of the original Salesforce Marketing Cloud Fuel SDK for Python, providing access to both REST and SOAP APIs for Salesforce Marketing Cloud services. It wraps the Fuel API Family behind a Python object model, exposing Marketing Cloud functionality through common collection types. The package supports multiple authentication modes including OAuth2 (with refresh token and web/public app support) and legacy authentication, allowing developers to interact with Marketing Cloud resources like lists, subscribers, and campaigns.
The SDK depends on PyJWT for token handling, requests for HTTP communication, and suds-community for SOAP operations. Configuration is handled through environment variables or a config file, with support for multiple Salesforce service endpoints (production, sandbox, and tenant-specific). The package is classified as Beta and requires Python 3 or later, though it has not received updates since its initial release in June 2022.
Use it for:
- Integrate Salesforce Marketing Cloud subscriber and list management into Python applications via REST API.
- Automate campaign creation, scheduling, and monitoring using the Fuel SDK's object-oriented interface.
- Retrieve and update Marketing Cloud data (contacts, segments, journeys) programmatically with OAuth2 authentication.
- Build server-side applications that interact with Marketing Cloud SOAP endpoints for legacy system integration.
- Implement web or public app authentication flows to allow end-user access to Marketing Cloud resources.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to Salesforce Marketing Cloud's Fuel API, supporting both REST and SOAP APIs for accessing Marketing Cloud functionality through OAuth2 and legacy authentication.
Yes, with conditions. The package is suitable for integrating Salesforce Marketing Cloud into Python applications and has low install friction. However, the aging maintenance status (no updates in 1516 days, minimal repository activity) and lack of recent compatibility verification with current Salesforce endpoints mean you should verify that the SDK's authentication and API endpoints align with your target Marketing Cloud environment before committing to production use. No known security vulnerabilities are reported.
Install
salesforce-fuelsdk-sans on PyPI
pip
pip install salesforce-fuelsdk-sansuv
uv add salesforce-fuelsdk-sanspoetry
poetry add salesforce-fuelsdk-sansInstalling Salesforce-FuelSDK-Sans
Before you install
Low install friction with a pure-Python wheel. Maintenance is aging—last release was 1516 days ago and the repository shows minimal activity (3 stars, last commit 2025-07-16), though it remains unarchived and the fork was created to maintain the original unmaintained project.
License in practice
MIT license is permissive, allowing commercial and private use with minimal restrictions, making it suitable for most integration scenarios.
Quickstart
pip install Salesforce-FuelSDK-Sans
import FuelSDK
myClient = FuelSDK.ET_Client()
list_obj = FuelSDK.ET_List()
list_obj.auth_stub = myClient
response = list_obj.get()
Requires FUELSDK_CLIENT_ID and FUELSDK_CLIENT_SECRET environment variables or a config.python file in ~/.fuelsdk/ or the module directory; WSDL file path must be configured for SOAP operations.
Verify before relying
- Whether OAuth2 refresh token support and web/public app authentication are production-ready or have known limitations.
- Current compatibility with modern Salesforce Marketing Cloud API versions and endpoint changes.
- Whether the suds-community SOAP dependency is actively maintained and compatible with current Python versions.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — PyJWT, requests, suds-community |
| Maintenance | aging — 1,516 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 685,521/month — #5,354 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: Salesforce_FuelSDK_Sans-1.3.1-py3-none-any.whl
Tags
More Libraries 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
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
Salesforce-FuelSDKProvides Python bindings to Salesforce…
permissive · top 15,000 on PyPI
salesforce-cdp-connectorConnects Python to Salesforce Data Cloud to…
permissive · top 15,000 on PyPI
salesforce-apiWraps Salesforce's REST and SOAP APIs to…
permissive · top 15,000 on PyPI
simple-salesforceA REST API client for Salesforce that provides…
permissive · top 1,000 on PyPI
edx-rest-api-clientProvides OAuth2 and JWT utilities for…
permissive · top 15,000 on PyPI
netsuiteAsync client for NetSuite's SuiteTalk SOAP,…
permissive · top 15,000 on PyPI
suds-jurkoProvides a lightweight SOAP client for calling…
copyleft · top 15,000 on PyPI
python-upwork-oauth2Python bindings for the Upwork API using OAuth…
permissive · top 15,000 on PyPI
requests-sigv4Adds AWS Signature Version 4 signing to…
permissive · top 5,000 on PyPI
zeepZeep is a Python SOAP client that handles SOAP…
permissive · top 1,000 on PyPI