{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"}],"enrichment":{"capability":"CloudBridge provides a unified Python API that abstracts over multiple cloud providers (AWS, Azure, GCP, OpenStack), letting you write cloud infrastructure code once and run it against any supported provider without conditional logic.","skillfed_tags":["multi-cloud","infrastructure-as-code","cloud-abstraction"],"use_cases":["Build infrastructure-as-code tools that work across multiple clouds without rewriting for each provider.","Migrate workloads between cloud providers by swapping the provider factory argument without changing application logic.","Test cloud applications against multiple providers in CI/CD pipelines using the same test suite.","Develop multi-cloud disaster recovery or failover strategies that switch providers programmatically.","Prototype cloud applications quickly without locking into one provider's SDK or API conventions."],"what_it_does":"CloudBridge is a thin abstraction layer that wraps the native SDKs of multiple Infrastructure-as-a-Service providers (AWS, Azure, GCP, OpenStack) under a single, consistent Python interface. Instead of writing conditional code to handle provider-specific APIs, you write your cloud infrastructure logic once and point it at whichever provider you need\u2014the same method calls work identically across all supported clouds.\n\nThe library is built around a factory pattern: you instantiate a provider via CloudProviderFactory, then access services (compute, storage, networking) and resources through a unified object graph. It depends on tenacity for retry logic and pyeventsystem for event handling. The project has been actively maintained since 2016, supports modern Python versions (3.10\u20133.13), and includes conformance tests to ensure cross-provider compatibility.","worth_installing":"Yes. CloudBridge is actively maintained, has low install friction, carries no security vulnerabilities, and solves a real problem for teams working across multiple cloud providers. The MIT license is unencumbered. Install it if you need to write cloud infrastructure code that isn't tied to a single provider."},"id":"cloudbridge","links":{"html":"https://skillfed.io/packages/cloudbridge","md":"https://skillfed.io/packages/cloudbridge.md","pypi":"https://pypi.org/project/cloudbridge/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-02","license_spdx":"MIT","license_treatment":"permissive","name":"cloudbridge","python_support":"supports_current","summary":"A simple layer of abstraction over multiple cloud providers."},"popularity":{"monthly_downloads":106553,"position":12649,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.3.1"}
