scaleway-core
Scaleway SDK for Python
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-coreuv
uv add scaleway-corepoetry
poetry add scaleway-coreInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
scalewayProvides Python bindings to interact with…
permissive · top 15,000 on PyPI
alibabacloud-tea-openapiProvides a Python SDK for calling Alibaba Cloud…
permissive · top 5,000 on PyPI
openbb-coreProvides standardized data models, query…
agpl · top 15,000 on PyPI
seeqPython SDK for interfacing with Seeq Server…
unclear · top 15,000 on PyPI
catalystwanProvides a Python SDK for programmatic…
unclear · top 15,000 on PyPI
django-anymailSends and receives email in Django through…
permissive · top 5,000 on PyPI
prowlerProwler automates security and compliance…
permissive · top 15,000 on PyPI
aliyun-python-sdk-coreProvides core client infrastructure for calling…
permissive · top 5,000 on PyPI
algoliasearchA Python HTTP client for interacting with…
permissive · top 5,000 on PyPI
dns-lexicondns-lexicon provides a unified Python interface…
permissive · top 15,000 on PyPI