--- id: os-resource-classes version: "1.1.0" license: unclear license_treatment: permissive maintenance: abandoned --- # os-resource-classes — Resource Classes for OpenStack License: permissive · Maintenance: abandoned · Downloads: 110.5K/mo ## What it is and what it does os-resource-classes is a small library that exports standardized symbols representing OpenStack resource inventory types—such as VCPU and DISK_GB—as uppercase constants with underscores. These symbols are intended to be used by OpenStack tools and deployments to refer to common resource types in a consistent way. The package also documents the concept of custom resource classes, which begin with a CUSTOM_ prefix and are created via the OpenStack placement API. The package is a simple reference collection with minimal runtime dependencies (only pbr). It is designed for use within OpenStack ecosystem tools and cloud management code that needs to reference standard resource types. However, it has been abandoned since mid-2021 and receives no active maintenance or updates. Use it for: - Reference standard OpenStack resource class names in placement API client code. - Build cloud inventory management tools that need to enumerate standard resource types. - Validate or normalize resource class strings in OpenStack deployment automation. - Document expected resource types in OpenStack-aware applications. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides a standardized collection of resource class symbols for OpenStack deployments, representing distinct inventory types like VCPU and DISK_GB. Yes, if you are working within an existing OpenStack deployment and need a stable reference for standard resource class symbols. The package is lightweight, has no known vulnerabilities, and the resource classes it defines are unlikely to change. However, be aware it is abandoned—do not expect bug fixes or updates if OpenStack's resource class definitions evolve. For new projects, verify that the resource classes exported match your target OpenStack version. ## Install pip install os-resource-classes uv add os-resource-classes poetry add os-resource-classes ## Installing os-resource-classes Before you install: Low install friction with a single lightweight dependency (pbr). However, the package is abandoned—last release was 2021-07-15, over 1856 days ago. No active maintenance or security updates should be expected. License in practice: Licensed under Apache (permissive), which allows broad use and modification with minimal restrictions. No licensing barrier to adoption. Quickstart: pip install os-resource-classes from os_resource_classes import VCPU, DISK_GB print(VCPU, DISK_GB) Requires Python 3.6 or later; package is abandoned and receives no updates. Verify before relying: - Whether the standardized resource classes in this package remain current with modern OpenStack deployments. - Whether custom resource class support via CUSTOM_ prefix is fully documented or requires external API knowledge. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: low - Maintenance: abandoned - Downloads: 110.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags openstack resource classes, openstack inventory types, openstack vcpu disk symbols, openstack placement api, cloud resource enumeration, openstack custom resources, openstack, cloud-infrastructure [View on SkillFed](https://skillfed.io/packages/os-resource-classes) · [View on PyPI](https://pypi.org/project/os-resource-classes/)