.gitignore
CHANGELOG.md
COMMIT_GUIDELINES.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
nestdict/__init__.py
nestdict/_core.py
nestdict/_exceptions.py
nestdict/_flatten.py
nestdict/_functional.py
nestdict/_path.py
nestdict/_types.py
nestdict/py.typed
nestdict.egg-info/PKG-INFO
nestdict.egg-info/SOURCES.txt
nestdict.egg-info/dependency_links.txt
nestdict.egg-info/requires.txt
nestdict.egg-info/top_level.txt
tests/__init__.py
tests/test_core.py
tests/test_exceptions.py
tests/test_flatten.py
tests/test_functional.py
tests/test_path.py