qq_lib.properties
Properties and structured metadata for qq jobs.
This module provides the core data representations underlying qq's job model. It collects all property- and metadata-related submodules that describe what a qq job is - its type, requested resources, dependencies, loop-cycle configuration, sizes, and state information.
1# Released under MIT License. 2# Copyright (c) 2025-2026 Ladislav Bartos and Robert Vacha Lab 3 4""" 5Properties and structured metadata for qq jobs. 6 7This module provides the core data representations underlying qq's job model. 8It collects all property- and metadata-related submodules that describe what a 9qq job *is* - its type, requested resources, dependencies, loop-cycle 10configuration, sizes, and state information. 11"""