.editorconfig
.gitignore
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.rst
setup.cfg
setup.py
tox.ini
.circleci/config.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/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
docs/_static/.gitkeep
docs/_templates/layout.html
dotty_dict/__init__.py
dotty_dict/dotty_dict.py
dotty_dict.egg-info/PKG-INFO
dotty_dict.egg-info/SOURCES.txt
dotty_dict.egg-info/dependency_links.txt
dotty_dict.egg-info/not-zip-safe
dotty_dict.egg-info/requires.txt
dotty_dict.egg-info/top_level.txt
example/__init__.py
example/advanced.py
example/basics.py
example/customization.py
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