Helpersī
Utility functions and logging configuration used by the core modules.
Diagram helpersī
Thin wrappers that delegate node/connection creation to Model/View
instances.
Diagram helper wrappers exposed as module-level utilities.
Property helpersī
Wrappers that delegate embed_props / expand_props and validation
calls to the Model implementation.
Property and validation helper wrappers for Model instances.
- pyArchimate.helpers.properties.check_invalid_conn(model)[source]ī
Delegate invalid relationship checks to the model implementation.
- pyArchimate.helpers.properties.check_invalid_nodes(model)[source]ī
Delegate orphan node checks to the model implementation.
Logging helpersī
Thin configuration layer around the standard logging module: sets a
consistent formatter and exposes log_set_level, log_to_file, and
log_to_stderr.
Logging helpers re-exported from the package logger module.
- pyArchimate.helpers.logging.log_set_level(lvl)[source]ī
Change the logging level for all handlers at once :param lvl: logging level :type lvl: logging.LEVEL enumeration