ibmcloudant
Python client library for IBM Cloudant
What it is and what it does
The IBM Cloudant Python SDK is an official client library that abstracts HTTP interactions with IBM Cloudant and Apache CouchDB databases. It handles authentication, automatic retries, request timeouts, and provides both object-oriented and byte-stream interfaces for document operations. The library is marked production-ready but remains at version 0.x, meaning the API may change before reaching 1.0.
Developers use it to perform standard database tasks—creating, reading, updating, and deleting documents—without manually constructing HTTP requests. It includes built-in support for pagination, changes feed following, and thread-safe client instances. The SDK integrates with IBM Cloud's authentication ecosystem and supports both IAM API keys and CouchDB session authentication.
Use it for:
- Build applications that store and retrieve JSON documents in IBM Cloudant or Apache CouchDB without writing raw HTTP code.
- Implement real-time data synchronization using the built-in changes feed follower to track database mutations.
- Perform bulk document operations and stream large responses as byte content to avoid memory overhead.
- Integrate Cloudant into microservices on IBM Cloud with automatic credential management and retry logic.
- Query and paginate through large result sets with built-in pagination support.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for IBM Cloudant and Apache CouchDB that wraps HTTP APIs to enable programmatic database operations including document CRUD, querying, and authentication handling.
Yes, with conditions. Install if you are building on IBM Cloudant or CouchDB and can accept a 0.x API surface that may change before 1.0. Pin your version to avoid surprises. The library is actively maintained, has no known vulnerabilities, and low install friction. Avoid if you need a stable 1.0+ contract or are evaluating multiple database clients.
Install
ibmcloudant on PyPI
pip
pip install ibmcloudantuv
uv add ibmcloudantpoetry
poetry add ibmcloudantInstalling ibmcloudant
Before you install
Low friction installation with a pure-Python wheel. Actively maintained with a release 4 days old and recent commits. Supports current Python versions (3.10–3.14). Standard IBM Cloud SDK dependencies keep the footprint manageable.
License in practice
Permissive Apache license allows commercial and private use with minimal restrictions, typical for IBM Cloud SDKs.
Quickstart
pip install ibmcloudant
from ibmcloudant.cloudant_v1 import CloudantV1
service = CloudantV1.new_instance()
response = service.get_all_dbs().get_result()
print(response)
Requires Cloudant service credentials (URL and API key or username/password) set via environment variables or programmatic configuration before authentication will succeed.
Verify before relying
- Specific limitations and breaking changes planned before 1.0 release are not detailed in the excerpt.
- Performance characteristics and scalability limits for large document sets or high-throughput scenarios.
- Whether all Cloudant Gen 2 endpoints are fully supported or if workarounds are needed.
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — ibm_cloud_sdk_core, requests, python_dateutil, PyJWT |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 4,527,987/month — #2,288 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ibmcloudant-0.11.10-py3-none-any.whl
Keywords: ibmcloudant, Cloudant, IBM, database, client, SDK, official
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
cloudantA Python client library for connecting to and…
permissive · top 15,000 on PyPI
CouchDBA Python client library for interacting with…
permissive · top 15,000 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
apache-airflow-providers-cloudantProvides Apache Airflow operators and hooks to…
permissive · top 15,000 on PyPI
ibm-secrets-manager-sdkA Python client library for programmatically…
permissive · top 15,000 on PyPI
aerospikePython client library for connecting to and…
permissive · top 15,000 on PyPI
pydocumentdbPython client library for interacting with…
permissive · top 15,000 on PyPI
ibm-eventnotificationsPython client library for IBM Cloud Event…
permissive · top 15,000 on PyPI
ibm-cloud-sdk-coreProvides core authentication, HTTP request…
permissive · top 5,000 on PyPI