stackit-objectstorage
STACKIT Object Storage API
What it is and what it does
stackit-objectstorage is a Python client library for the STACKIT cloud platform's Object Storage service. It wraps the STACKIT Object Storage REST API, allowing developers to manage cloud storage buckets and objects programmatically from Python code. The package is part of the broader STACKIT Python SDK and integrates with its authentication and configuration patterns.
The library uses pydantic for data validation, requests for HTTP communication, and python-dateutil for timestamp handling. It targets modern Python versions and maintains active development. Installation is straightforward via pip, though actual usage requires STACKIT platform credentials and familiarity with the SDK's authentication setup, which is documented in the GitHub repository examples.
Use it for:
- Automate provisioning and management of object storage buckets within STACKIT infrastructure.
- Build deployment scripts that create, configure, or tear down cloud storage resources.
- Integrate STACKIT Object Storage operations into Python applications or CI/CD pipelines.
- Programmatically upload, download, or list objects in STACKIT-hosted buckets.
- Manage storage lifecycle and access policies as code within STACKIT environments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings to the STACKIT Object Storage API, enabling programmatic management of cloud object storage resources through the STACKIT SDK.
Yes, if you are working within the STACKIT cloud ecosystem and need to manage Object Storage programmatically. The package is actively maintained, has low install friction, carries a permissive license, and integrates cleanly with the STACKIT SDK. No known vulnerabilities. Install only if you have STACKIT platform access and credentials; it is not a general-purpose object storage client.
Install
stackit-objectstorage on PyPI
pip
pip install stackit-objectstorageuv
uv add stackit-objectstoragepoetry
poetry add stackit-objectstorageInstalling stackit-objectstorage
Before you install
Low friction installation as a pure-Python wheel. Actively maintained with a recent release and current commit activity. Depends on stable, widely-used libraries: pydantic, python-dateutil, requests, and stackit-core.
License in practice
Licensed under Apache Software License (permissive), allowing use in commercial and private projects with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install stackit-objectstorage
import stackit.objectstorage
# See GitHub examples for authentication and usage patterns
Requires Python 3.10 or later. Depends on stackit-core, which must be available in your environment.
Verify before relying
- Whether stackit-core is a public package or an internal STACKIT dependency that may require separate setup.
- What authentication mechanism or credentials are required to connect to STACKIT Object Storage.
- Whether the package supports operations beyond basic CRUD (e.g., versioning, lifecycle policies, access control).
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — pydantic, python-dateutil, requests, stackit-core |
| Maintenance | actively maintained — 25 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 75,380/month — #14,721 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: stackit_objectstorage-1.5.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
stackit-iaasProvides Python bindings to create and modify…
permissive · top 15,000 on PyPI
stackit-resourcemanagerProvides Python API bindings to manage STACKIT…
permissive · top 15,000 on PyPI
stackit-coreProvides core authentication, configuration,…
permissive · top 15,000 on PyPI
python-digitaloceanProvides Python bindings to the DigitalOcean…
copyleft · top 15,000 on PyPI
aliyun-python-sdk-ecsProvides Python bindings to Aliyun's Elastic…
permissive · top 15,000 on PyPI
python-magnumclientPython bindings and command-line tool for the…
permissive · top 15,000 on PyPI
pulumi-pulumiservicePulumi Service Provider enables programmatic…
permissive · top 15,000 on PyPI
vstsProvides Python bindings to the Azure DevOps…
permissive · top 15,000 on PyPI
upcloud-apiObject-oriented Python client for UpCloud's…
permissive · top 15,000 on PyPI
azure-mgmt-resource-deploymentsManages Azure resource deployments…
permissive · top 5,000 on PyPI