1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
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

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