skillfed

stackit-resourcemanager

Resource Manager API

stackit-resourcemanager v0.9.1 76.1K downloads/30d#14,656 on PyPI57
Permissive license Active released

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-resourcemanager

uv

uv add stackit-resourcemanager

poetry

poetry add stackit-resourcemanager

Installing 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

License :: OSI Approved :: Apache Software 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.14

Tags

stackit resource management apicloud resource container managementorganization folder project apistackit sdk pythonresource labeling and hierarchystackit cloud infrastructureresource container crud operations
cloud-infrastructurestackit-sdkresource-management

More Internet packages