Official Python SDK for Scaleway cloud infrastructure. Provides client libraries for managing Scaleway resources (instances, Kubernetes, databases, etc.). Currently at version 2.11.0, with monthly releases.
pip install scaleway-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the SDK using environment variables and list all instances.
Use 'from scaleway import Client' and 'from scaleway.{service}.{version} import {ServiceAPI}' patterns. See migration guide: https://github.com/scaleway/scaleway-sdk-python/blob/main/MIGRATION.mdAlways check the Scaleway API documentation for the latest version. For example, instance API is at 'instance.v1'.
Set environment variables or use 'Client(access_key=..., secret_key=..., default_project_id=...)' explicitly.
Adjust per_page and max_pages parameters in list methods, or iterate over pages manually using the pagination API.
No dependency data recorded yet.