ibm-cloud-sdk-core
Core library used by SDKs for IBM Cloud Services
What it is and what it does
IBM Cloud SDK Core is the foundation library for Python SDKs generated by IBM's OpenAPI SDK Generator. It handles the plumbing that generated service clients need: authentication (Basic, Bearer Token, IAM with apikey or assume grant types, Container, VPC Instance, Cloud Pak for Data), HTTP request/response lifecycle management via requests and urllib3, and service configuration. The library is not meant to be used standalone but rather as a dependency of generated IBM Cloud service SDKs.
It provides a logging facility using Python's built-in logging module, with a dedicated logger named `ibm-cloud-sdk-core` that can emit debug-level HTTP request and response details. The package supports modern Python versions (3.10 through 3.14) and is in production/stable status, with active maintenance and no known security vulnerabilities.
Use it for:
- Authenticate to IBM Cloud services using IAM API keys or service credentials in generated Python SDKs.
- Configure and manage HTTP connections to IBM Cloud APIs with automatic token refresh and retry logic.
- Enable detailed debug logging of authentication flows and HTTP traffic for troubleshooting SDK integrations.
- Support multiple authentication mechanisms (Container, VPC, Cloud Pak) without modifying generated service code.
- Provide a consistent base for all IBM Cloud Python SDKs to ensure uniform behavior across services.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides core authentication, HTTP request handling, and service configuration infrastructure for IBM Cloud SDKs generated by the OpenAPI SDK Generator.
Yes, if you are using an IBM Cloud Python SDK generated by the OpenAPI SDK Generator—it is a required dependency. Do not install directly unless you are building or extending such an SDK. The package is actively maintained, has no known vulnerabilities, and carries a permissive license.
Install
ibm-cloud-sdk-core on PyPI
pip
pip install ibm-cloud-sdk-coreuv
uv add ibm-cloud-sdk-corepoetry
poetry add ibm-cloud-sdk-coreInstalling ibm-cloud-sdk-core
Before you install
Low friction install with four lightweight runtime dependencies. Actively maintained with a recent release (29 days old) and ongoing repository activity.
License in practice
Licensed under Apache 2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions.
Quickstart
pip install ibm-cloud-sdk-core
import logging
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s [%(name)s:%(levelname)s] %(message)s')
Requires Python 3.10 or later.
Verify before relying
- Whether the package works with Python 3.14 in practice (classifier lists support but version is future-dated).
- Performance characteristics under high-concurrency token refresh scenarios.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — requests, urllib3, python_dateutil, PyJWT |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 7,229,926/month — #1,766 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ibm_cloud_sdk_core-3.26.0-py3-none-any.whl
Keywords: ibm, cloud, ibm cloud services
Tags
More Libraries 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
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
ibm-platform-servicesPython client library for IBM Cloud Platform…
permissive · top 5,000 on PyPI
ibm-vpcPython client library for programmatically…
permissive · top 15,000 on PyPI
ibm-secrets-manager-sdkA Python client library for programmatically…
permissive · top 15,000 on PyPI
ibm-eventnotificationsPython client library for IBM Cloud Event…
permissive · top 15,000 on PyPI
ibmcloudantPython client library for IBM Cloudant and…
permissive · top 5,000 on PyPI
ibm-cos-sdkPython SDK for interacting with IBM Cloud…
permissive · top 5,000 on PyPI
ibm-watson-machine-learningPython client library for IBM Watson Machine…
permissive · top 5,000 on PyPI
aliyun-python-sdk-coreProvides core client infrastructure for calling…
permissive · top 5,000 on PyPI
blackduckPython bindings for the Synopsys Black Duck Hub…
permissive · top 15,000 on PyPI
netapp-ontapA Python REST API client library for NetApp…
permissive · top 15,000 on PyPI