Skip to content

ITL ControlPlane SDK v1.0.3

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Feb 23:35

ITL ControlPlane SDK v1.0.3

Package Information

Installation

pip install itl-controlplane-sdk==1.0.3

Quick Start

from itl_controlplane_sdk import ResourceProviderRegistry, ResourceProvider
from itl_controlplane_sdk.models import ResourceRequest

# Create registry and register providers
registry = ResourceProviderRegistry()
# ... see examples/ for more details

What's Included

  • Core SDK package with resource provider framework
  • Provider base classes and interfaces
  • Data models for resource management
  • Example implementations

Links

Release Assets

  • Source Distribution (.tar.gz): For pip installation from source
  • Python Wheel (.whl): For fast binary installation