sib-api-v3-sdk
SendinBlue API
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 on this page — 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
sib-api-v3-sdk on PyPI
pip
pip install sib-api-v3-sdkuv
uv add sib-api-v3-sdkpoetry
poetry add sib-api-v3-sdkInstalling 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 | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,243 days since the last release |
| First released | |
| Downloads | 238,637/month — #8,933 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sib-api-v3-sdk-7.6.0.tar.gz
Keywords: Swagger, SendinBlue API
Tags
More WWW/HTTP 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
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
mailchimp-transactionalA Python client library for the Mailchimp…
unclear · top 15,000 on PyPI
notifications-python-clientA Python client library for sending emails,…
permissive · top 15,000 on PyPI
mailchimp3A Python client for MailChimp API v3 that wraps…
permissive · top 15,000 on PyPI
facebook-businessProvides Python bindings to Facebook's Business…
unclear · top 5,000 on PyPI
mandrillMandrill is a deprecated Python API client and…
permissive · top 15,000 on PyPI
mailjet-restA Python wrapper for the Mailjet Email API that…
permissive · top 5,000 on PyPI
brevo-pythonOfficial Python SDK for the Brevo API,…
unclear · top 15,000 on PyPI
klaviyoA deprecated client library for integrating…
permissive · top 15,000 on PyPI
messagebirdA Python client for MessageBird's REST API that…
permissive · top 15,000 on PyPI
sendgridSends emails and SMS messages via the Twilio…
permissive · top 1,000 on PyPI