Registry / communication / spotler-sdk

spotler-sdk

JSON →
library0.3.2pypypi✓ verified 80d ago

Python SDK for the Spotler email marketing platform. Current version 0.3.2, requires Python >=3.12 and <4.0. Early-stage package with infrequent releases.

pip install spotler-sdk
INSTALL
IMPORT
SIG · SPOTLER-SDK
S
spotler-sdk
communicationpythonv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SDK
from spotler_sdk import SDK
from spotler_sdk import SpotlerClient

Initialize client with API key and list mailings.

from spotler_sdk import SpotlerClient client = SpotlerClient( base_url='https://api.spotler.com', api_key=os.environ.get('SPOTLER_API_KEY', '') ) try: mailings = client.mailings.list() print(mailings) except Exception as e: print(f'Error: {e}')
Debug
Known issues
gotchaThe package name on PyPI is 'spotler-sdk' but the import module uses underscore: 'spotler_sdk'.
fix
Use `from spotler_sdk import ...`.
affects: all
deprecatedNo deprecation warnings known; however, the SDK is very early (v0.3.2) and breaking changes may occur without notice.
fix
Pin exact version in requirements: spotler-sdk==0.3.2
affects: <1.0.0
breakingPython 3.12 minimum required; cannot install on Python 3.11 or earlier.
fix
Upgrade Python to >=3.12.
affects: 0.3.2
Upgrade
Version history
0.3.2latest on PyPI · released Mar 23, 2025
Audit
Dependencies
httpxrequiredHTTP client library used by the SDK
pydanticrequiredData validation and settings management
Agent activity
30 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
spotler-sdk — pip install spotler-sdk · libregistry