Module config

Module config 

Source
Expand description

Configuration file parsing utilities.

This module provides helpers for parsing configuration files with common patterns like comment skipping and key-value parsing.

Functionsยง

parse_key_value
What: Parse a key-value pair from a line.
skip_comment_or_empty
What: Check if a line should be skipped (empty or comment).