atpthings.dict.get_values_from_dict_list#

atpthings.dict.get_values_from_dict_list(dict_list: list, key: str, unique: bool = False) list#

Get key values from list of dictionaries.

Parameters:
dict_listlist

List of dictionaries

keystr

Key to be searched.

uniquebool, optional (default False)

Output uniques.

Returns:
list

List of key values.