labapi.util.extract#
Utilities for extracting data from lxml.etree.Element objects.
Includes flattening nested extractor dictionaries, converting strings to booleans, and a general-purpose XML extraction function.
Module Attributes
Type alias for a dictionary used to define the structure and extraction logic for lxml.etree.Element objects. |
Functions
|
Extract data from an |
|
Convert a string representation to a boolean value. |