Module core.constructs

Set of primitives that make up the Core Framework

Expand source code
"""Set of primitives that make up the Core Framework

"""

Sub-modules

core.constructs.backend

Definition of the functionality of a Backend within the framework …

core.constructs.backend_exceptions
core.constructs.cloud_output

Structure that encapsulates the desire to capture and use output from deploying a resource on the cloud …

core.constructs.commands

Structures for user defined command system …

core.constructs.components

Structure that encapsulates a namespace of deploy resources …

core.constructs.mapper

Structure that deploys the resources onto the cloud

core.constructs.models

Set of utilities for working with immutable data within the framework

core.constructs.output_manager

Utilities for displaying data in a unified and formatted manner

core.constructs.resource

Structures for representing cloud resources and references within the framework

core.constructs.resource_state

Structure that represents a distinct namespace of cloud resources

core.constructs.settings

Basic available settings

core.constructs.types

Extra types to be used within the type hints of the framework

core.constructs.workspace

Construct that represents the collection of other primitives

core.constructs.workspace_watcher