stackit-resourcemanager
Resource Manager API
What it is and what it does
stackit-resourcemanager is a Python client library for the STACKIT Resource Manager API v2, providing programmatic access to cloud resource container management. It wraps STACKIT's REST endpoints to let you create, read, update, and delete organizations, folders, projects, and labels—the core building blocks of STACKIT cloud infrastructure. Organizations form the root of a hierarchy; folders and projects can be nested under them; and labels are key-value metadata you attach to any container for organization and querying.
The package is part of the broader STACKIT Python SDK and depends on pydantic for data validation, requests for HTTP calls, python-dateutil for timestamp handling, and stackit-core for shared SDK infrastructure. It targets modern Python (3.10–3.14) and is actively maintained. Use it when you need to automate resource provisioning, manage multi-tenant hierarchies, or integrate STACKIT resource management into a larger Python application.
Use it for:
- Automate creation and management of STACKIT organizations and projects as part of infrastructure-as-code workflows.
- Programmatically organize cloud resources by attaching and querying labels across resource containers.
- Build multi-tenant cloud applications that dynamically provision folders and projects under existing organizations.
- Integrate STACKIT resource hierarchy management into Python DevOps or cloud orchestration tools.
- Query and modify resource container metadata and lifecycle state without manual portal interaction.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python API bindings to manage STACKIT cloud resource containers—organizations, folders, projects, and labels—with CRUD operations for hierarchical resource organization.
Yes, if you are building on STACKIT cloud infrastructure and need to manage resource containers programmatically. The package is actively maintained, has low install friction, carries a permissive license, and integrates cleanly with the broader STACKIT SDK. No known vulnerabilities. Install it as part of your STACKIT SDK setup when resource automation is required.
Install
stackit-resourcemanager on PyPI
pip
pip install stackit-resourcemanageruv
uv add stackit-resourcemanagerpoetry
poetry add stackit-resourcemanagerInstalling stackit-resourcemanager
Before you install
Low friction: pure Python wheel, active maintenance (released 2026-08-04, last commit 2026-08-14), and only four runtime dependencies (pydantic, python-dateutil, requests, stackit-core). Supports Python 3.10–3.14.
License in practice
Licensed under Apache Software License (permissive), imposing no significant restrictions on use or redistribution in most contexts.
Quickstart
pip install stackit-resourcemanager
import stackit.resourcemanager
# Then use the API client to manage organizations, folders, projects, and labels
Requires Python 3.10 or later; stackit-core dependency must be installed and configured with appropriate STACKIT credentials.
Verify before relying
- Whether stackit-core authentication setup is documented or requires external configuration steps.
- Whether the API client is auto-generated or hand-maintained, and what that means for stability.
- Concrete examples of typical workflows (e.g., creating a project hierarchy, attaching labels) beyond the GitHub examples link.
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 — 10 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 76,085/month — #14,656 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: stackit_resourcemanager-0.9.1-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-objectstorageProvides Python bindings to the STACKIT Object…
permissive · top 15,000 on PyPI
stackit-coreProvides core authentication, configuration,…
permissive · top 15,000 on PyPI
azure-mgmt-managementgroupsProvides a Python client library to manage…
permissive · top 5,000 on PyPI
podmanProvides Python bindings to the Podman…
permissive · top 15,000 on PyPI
contentful_managementPython client for Contentful's Management API,…
permissive · top 15,000 on PyPI
dockerA Python library that lets you programmatically…
permissive · top 1,000 on PyPI
google-cloud-resource-managerProvides a Python client for Google Cloud…
permissive · top 1,000 on PyPI
fhirpyAsync/sync FHIR client for Python that provides…
unclear · top 5,000 on PyPI
zammad_pyPython client library for the Zammad helpdesk…
permissive · top 15,000 on PyPI