skillfed

sib-api-v3-sdk

SendinBlue API

sib-api-v3-sdk v7.6.0 238.6K downloads/30d#8,933 on PyPI
License unclear Abandoned released

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-sdk

uv

uv add sib-api-v3-sdk

poetry

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 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

sendinblue api clientemail campaign management sdktransactional email pythonsendinblue contact managementsms api wrappersendinblue python sdk
email-marketingrest-api-clientabandoned

More WWW/HTTP packages