Path to this page:
./
wip/py-deep-merge,
Simple utility for merging python dictionaries
Branch: CURRENT,
Version: 0.0.4,
Package name: py312-deep-merge-0.0.4,
Maintainer: kamelderouicheTODO: Adjust the following lines from README.md
# Deep Merge
This library contains a simple utility for deep-merging dictionaries and the
data structures they contain.
* **Installation:** ``pip install deep_merge``
* **Documentation:** https://pythonhosted.org/deep_merge
* **Repositiory:** https://github.com/halfak/deep_merge
* **License:** MIT
## Example
>>> import deep_merge
>>>
>>> print(deep_merge.merge({'a': {'b': 10}}, {'a': {'c': 5}}))
{'a': {'b': 10, 'c': 5}}
Note that the first parameter is modified and will be assigned the return value.
>>> d1 = {}
...
Master sites:
RMD160: 104fc8c3ce701a31e6b3066381a793bd09cfb7c0
Filesize: 2.877 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-19) Updated to version: py312-deep-merge-0.0.4
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-deep-merge-0.0.4
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-deep-merge-0.0.4