mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
02a863e38f
This package makes the merging of Python dictonaries easier. It offers following features: * Deep merge without mutating the source dicts. * Deep merge into an existing dict. The functions provide merge strategies as well: * Replace (default) * Additive * Typesafe replace * Typesafe additive WWW: https://github.com/clarketm/mergedeep
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
This package makes the merging of Python dictonaries easier. It offers
|
|
following features:
|
|
|
|
* Deep merge without mutating the source dicts.
|
|
* Deep merge into an existing dict.
|
|
|
|
The functions provide merge strategies as well:
|
|
|
|
* Replace (default)
|
|
* Additive
|
|
* Typesafe replace
|
|
* Typesafe additive
|
|
|
|
WWW: https://github.com/clarketm/mergedeep
|