This document is for Kombu's development version, which can be significantly different from previous releases. Get the stable docs here: 5.0.

Text utilitites - kombu.utils.text

Text Utilities.

kombu.utils.text.escape_regex(p, white='')[source]

Escape string for use within a regular expression.

kombu.utils.text.fmatch_best(needle, haystack, min_ratio=0.6)[source]

Fuzzy match - Find best match (scalar).

kombu.utils.text.fmatch_iter(needle, haystack, min_ratio=0.6)[source]

Fuzzy match: iteratively.

Yields

Tuple – of ratio and key.

kombu.utils.text.version_string_as_tuple(s)[source]

Convert version string to version info tuple.