Stakeholder Specification for Merge Python Dictionaries

As Developer, I often have to merge python dictionaries.

Stakeholder Requirement: Merge python dictionaries CSTRQ_MERGE_DICTS ../_images/arrow-right-circle.svg
author: PhilipPartsch

Provide a python module with a function to merge a list of python dictionaries to one dictionary.

Stakeholder Requirement: Detect merge conflicts CSTRQ_DETECT_MERGE_CONFLICTS ../_images/arrow-right-circle.svg
author: PhilipPartsch

As multiple dictionaries could have for the same Key different defined Values, the python module shall report merge conflicts.