Function
docutils.utils.extract_name_value

Signature

extract_name_value(line)

Documentation String

Return a list of (name, value) from a line of the form "name=value ...".

Exception:NameValueError for invalid input (missing name, missing data, bad quotes, etc.).