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).