skillfed

scaleway-core

Scaleway SDK for Python

scaleway-core v2.11.0 200.8K downloads/30d#9,681 on PyPI
Permissive license BSD Active released

What it is and what it does

Scaleway-core is the foundational Python SDK for Scaleway's cloud platform, providing low-level API client functionality and utilities needed to interact with Scaleway services. It handles the mechanics of authentication, HTTP request construction, and response parsing, sitting beneath higher-level service-specific packages.

The package depends on three widely-used libraries: requests for HTTP communication, PyYAML for configuration parsing, and python-dateutil for timestamp handling. It targets modern Python versions (3.10 through 3.14) and is currently in Alpha status, meaning the API may still evolve. It's actively maintained with recent releases.

Use it for:

  • Building automation scripts that provision or manage Scaleway cloud resources programmatically
  • Integrating Scaleway infrastructure into larger Python applications or deployment pipelines
  • Writing tools that query or monitor Scaleway account resources and services
  • Developing custom cloud management dashboards or reporting tools backed by Scaleway

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python bindings and utilities for interacting with Scaleway cloud services via their API, handling authentication, request formatting, and response parsing.

Yes, if you are building Python applications that need to interact with Scaleway cloud services. The low install friction, active maintenance, permissive license, and absence of known vulnerabilities make it a straightforward choice. The Alpha status is worth noting—expect the API to potentially change in future releases, but this is typical for SDKs early in their lifecycle.

Install

scaleway-core on PyPI

pip

pip install scaleway-core

uv

uv add scaleway-core

poetry

poetry add scaleway-core

Installing scaleway-core

Before you install

Low install friction with three common dependencies (PyYAML, python-dateutil, requests). Marked as Alpha in development status but actively maintained with a recent release.

License in practice

BSD license is permissive and allows commercial use, modification, and distribution with minimal restrictions.

Quickstart

pip install scaleway-core

import scaleway_core
# Requires Scaleway API credentials (typically via environment or config)

Requires Python 3.10 or later; Scaleway API credentials must be configured separately.

Verify before relying

  • Specific Scaleway services and API endpoints supported by this version
  • Whether this is a standalone core library or requires additional service-specific packages
  • Documentation availability and completeness for the current version

Package facts

License BSD (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — PyYAML, python-dateutil, requests
Maintenance actively maintained — 134 days since the last release
First released
Downloads 200,842/month — #9,681 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: scaleway_core-2.11.0-py3-none-any.whl

Development Status :: 3 - AlphaEnvironment :: ConsoleIntended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseLicense :: Other/Proprietary LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development

Tags

scaleway api clientscaleway python sdkcloud provider sdk pythonscaleway authenticationscaleway api wrapper
cloud-sdkscaleway

More Software Development packages