.gitignore
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_templates/footer-right.html
docs/source/_templates/sphinx-theme-version.html
docs/source/_templates/version.html
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/api/config.rst
docs/source/api/data.rst
docs/source/api/index.rst
docs/source/api/_generated/neba.config.section.Section.rst
docs/source/config/autodoc_trait.rst
docs/source/config/extending.rst
docs/source/config/index.rst
docs/source/config/usage.rst
docs/source/data/existing_modules.rst
docs/source/data/index.rst
docs/source/data/usage.rst
src/neba/__init__.py
src/neba/autodoc_trait.py
src/neba/py.typed
src/neba/utils.py
src/neba.egg-info/PKG-INFO
src/neba.egg-info/SOURCES.txt
src/neba.egg-info/dependency_links.txt
src/neba.egg-info/requires.txt
src/neba.egg-info/top_level.txt
src/neba/config/__init__.py
src/neba/config/application.py
src/neba/config/docs.py
src/neba/config/mypy_plugin.py
src/neba/config/section.py
src/neba/config/traits.py
src/neba/config/types.py
src/neba/config/loaders/__init__.py
src/neba/config/loaders/cli.py
src/neba/config/loaders/core.py
src/neba/config/loaders/json.py
src/neba/config/loaders/python.py
src/neba/config/loaders/toml.py
src/neba/config/loaders/yaml.py
src/neba/data/__init__.py
src/neba/data/interface.py
src/neba/data/loader.py
src/neba/data/module.py
src/neba/data/params.py
src/neba/data/source.py
src/neba/data/store.py
src/neba/data/types.py
src/neba/data/writer.py
src/neba/data/xarray.py
tests/__init__.py
tests/conftest.py
tests/test_utils.py
tests/utils.py
tests/config/__init__.py
tests/config/config.json
tests/config/config.py
tests/config/config.toml
tests/config/config.yaml
tests/config/generic_config.py
tests/config/section_generation.py
tests/config/test_application.py
tests/config/test_docs.py
tests/config/test_loaders.py
tests/config/test_section.py
tests/config/test_traits.py
tests/config/trait_generation.py
tests/data/__init__.py
tests/data/test_interface.py
tests/data/test_params.py
tests/data/test_source.py
tests/data/test_store.py
tests/data/test_writer.py
tests/data/test_xarray.py