--- id: sib-api-v3-sdk version: "7.6.0" license: unclear license_treatment: unclear maintenance: abandoned --- # sib-api-v3-sdk — SendinBlue API License: unclear · Maintenance: abandoned · Downloads: 238.6K/mo ## What it is and what it does The sib-api-v3-sdk is a Python wrapper around SendinBlue's REST API, generated from their Swagger specification. It provides classes and methods to interact with SendinBlue services—managing email campaigns and statistics, handling contact lists, sending transactional emails and SMS, and other account operations. The SDK translates HTTP responses into Python objects and handles the standard REST status codes (200, 201, 202, 204 for success; 400, 401, 402, 403, 404, 405, 406 for errors). The package has been abandoned for over three years with no active maintenance. It has no runtime dependencies, making installation straightforward, but there is no guarantee of compatibility with the current SendinBlue API or modern Python versions. The license is unclear, and the repository information is unavailable, creating uncertainty about its legal status and future support. Use it for: - Automate email campaign creation and retrieval of campaign statistics from SendinBlue - Programmatically manage contact lists and subscriber data within SendinBlue - Send transactional emails or SMS messages via SendinBlue from a Python application - Integrate SendinBlue services into legacy Python projects that have not migrated to newer SDKs ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python SDK for the SendinBlue REST API, enabling programmatic management of email campaigns, contacts, transactional emails, and SMS through a wrapper around their HTTP endpoints. No. The package is abandoned (last release 2023-03-20) with no maintenance or repository information. License terms are unclear, Python version support is unspecified, and compatibility with the current SendinBlue API is not guaranteed. If you need SendinBlue integration, verify whether SendinBlue provides an actively maintained official SDK or a community alternative before considering this package. ## Install pip install sib-api-v3-sdk uv add sib-api-v3-sdk poetry add sib-api-v3-sdk ## Installing sib-api-v3-sdk Before you install: High install friction with no runtime dependencies. Package is abandoned as of 1243 days since last release (2023-03-20), with no maintenance activity or repository information available. Installation will succeed but ongoing support is not available. License in practice: License treatment is unclear—no SPDX identifier or raw license text provided. Verify the actual license terms before using in production or redistributing. Quickstart: pip install sib-api-v3-sdk==7.6.0 import sib_api_v3_sdk from sib_api_v3_sdk.rest import ApiException # Configure API key configuration = sib_api_v3_sdk.Configuration() configuration.api_key['api-key'] = 'your_api_key' Requires a valid SendinBlue API key. Package is abandoned; compatibility with current SendinBlue API versions is not guaranteed. Verify before relying: - Whether version 7.6.0 remains compatible with the current SendinBlue API specification - Actual license terms and conditions for use and redistribution - Python version compatibility (requires_python is unspecified in metadata) - Whether the package has been superseded by an official or maintained alternative ## Package facts - License: not declared (unclear) - Python support: unspecified - Install friction: high - Maintenance: abandoned - Downloads: 238.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sendinblue api client, email campaign management sdk, transactional email python, sendinblue contact management, sms api wrapper, sendinblue python sdk, email-marketing, rest-api-client, abandoned [View on SkillFed](https://skillfed.io/packages/sib-api-v3-sdk) · [View on PyPI](https://pypi.org/project/sib-api-v3-sdk/)