--- id: stackit-resourcemanager version: "0.9.1" license: unclear license_treatment: permissive maintenance: active --- # stackit-resourcemanager — Resource Manager API License: permissive · Maintenance: active · Downloads: 76.1K/mo ## 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 above — 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 pip install stackit-resourcemanager uv add stackit-resourcemanager 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_current - Install friction: low - Maintenance: active - Downloads: 76.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags stackit resource management api, cloud resource container management, organization folder project api, stackit sdk python, resource labeling and hierarchy, stackit cloud infrastructure, resource container crud operations, cloud-infrastructure, stackit-sdk, resource-management [View on SkillFed](https://skillfed.io/packages/stackit-resourcemanager) · [View on PyPI](https://pypi.org/project/stackit-resourcemanager/)