{"library":"spotler-sdk","title":"Spotler SDK","type":"library","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotler-sdk"],"cli":null},"imports":["from spotler_sdk import SpotlerClient","from spotler_sdk.models import Mailing"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotler-sdk/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotler_sdk import SpotlerClient\n\nclient = SpotlerClient(\n    base_url='https://api.spotler.com',\n    api_key=os.environ.get('SPOTLER_API_KEY', '')\n)\ntry:\n    mailings = client.mailings.list()\n    print(mailings)\nexcept Exception as e:\n    print(f'Error: {e}')","lang":"python","description":"Initialize client with API key and list mailings.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}