Nested Dictionary Tools¶
ndict-tools is a Python library for managing nested dictionaries.
It provides hierarchical key access, path enumeration, compact path
representation, and coverage analysis — all absent from the standard
dict and collections.defaultdict.
Guide
Changelog