.gitignore
.gitlab-ci.yml
LICENSE
README.md
readthedocs.yml
requirements.txt
setup.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/_templates/layout.html
docs/src/conf.py
docs/src/contributing.rst
docs/src/index.rst
docs/src/install.rst
docs/src/quick-start.ipynb
docs/src/roadmap.rst
docs/src/tutorials/index.rst
inept/__init__.py
inept/_version.py
inept/config.py
inept/tree.py
inept/tree_builder.py
inept/types.py
inept/utils.py
inept.egg-info/PKG-INFO
inept.egg-info/SOURCES.txt
inept.egg-info/dependency_links.txt
inept.egg-info/requires.txt
inept.egg-info/top_level.txt
tests/conftest.py
tests/test_config.py
tests/test_config_cli.py
tests/test_config_extract.py
tests/test_config_merging.py
tests/test_config_serialize.py
tests/test_config_simple.py
tests/test_flatten.py
tests/test_tree.py
tests/test_tree_builder.py
tests/test_tree_composing.py