.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/codeql-analysis.yml
.github/workflows/python-publish.yml
nanoconf/__init__.py
nanoconf/nanoconf.py
nanoconf.egg-info/PKG-INFO
nanoconf.egg-info/SOURCES.txt
nanoconf.egg-info/dependency_links.txt
nanoconf.egg-info/not-zip-safe
nanoconf.egg-info/requires.txt
nanoconf.egg-info/top_level.txt
tests/test_nanoconf.py
tests/data/nested.nconf
tests/data/simple.nconf
tests/data/animals/dog.nconf
tests/data/animals/elephant.nconf
tests/data/animals/lion.nconf
tests/data/animals/panda.nconf
tests/data/animals/penguin.nconf