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 :class:`dict` and :class:`collections.defaultdict`. .. toctree:: :maxdepth: 2 :caption: Concepts :name: concepts-toc concepts/index .. toctree:: :maxdepth: 2 :caption: Guide :name: guide-toc guide/index .. toctree:: :maxdepth: 2 :caption: Changelog :name: changelog-toc changelog/index .. toctree:: :maxdepth: 2 :caption: API Reference :name: api-toc api/public/index api/internal/index