Skip to content

Instantly share code, notes, and snippets.

View drts01's full-sized avatar

Carlos Meza drts01

View GitHub Profile
@drts01
drts01 / dict_merge.py
Last active April 18, 2020 10:31 — forked from angstwad/dict_merge.py
Recursive dictionary merge in Python
# Recursive dictionary merge
# Copyright (C) 2016 Paul Durivage <pauldurivage+github@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of