.editorconfig
.gitignore
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.rst
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/dotty_dict.rst
docs/examples.rst
docs/index.rst
docs/_static/.gitkeep
docs/_templates/layout.html
dotty_dict/__init__.py
dotty_dict/dotty_dict.py
example/__init__.py
example/advanced.py
example/basics.py
example/customization.py
qmk_dotty_dict.egg-info/PKG-INFO
qmk_dotty_dict.egg-info/SOURCES.txt
qmk_dotty_dict.egg-info/dependency_links.txt
qmk_dotty_dict.egg-info/not-zip-safe
qmk_dotty_dict.egg-info/top_level.txt
tests/__init__.py
tests/test_dotty_api.py
tests/test_dotty_basics.py
tests/test_dotty_cache.py
tests/test_dotty_value_access.py
tests/test_examples.py
tests/test_list_in_dotty.py