freebsd-ports/devel/py-mergedeep/pkg-descr
Kai Knoblich 02a863e38f devel/py-mergedeep: Add new port
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
2021-09-24 13:57:55 +02:00

14 lines
341 B
Text

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