.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
munchi.toml
pyproject.toml
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/test-and-upload.yml
docs/api.rst
docs/architecture.md
docs/checks.rst
docs/cli.rst
docs/conf.py
docs/config.rst
docs/conversion.rst
docs/development.rst
docs/diff.rst
docs/index.rst
docs/logo.png
docs/mapping-annotations.rst
docs/mapping-files.rst
docs/path-syntax.rst
docs/profiling.rst
src/tokamunch/__init__.py
src/tokamunch/_version.py
src/tokamunch/checkpoint.py
src/tokamunch/checks.py
src/tokamunch/completions.py
src/tokamunch/config.py
src/tokamunch/context.py
src/tokamunch/convert.py
src/tokamunch/data_source_interface.py
src/tokamunch/diff.py
src/tokamunch/ids_helper.py
src/tokamunch/ids_writer.py
src/tokamunch/imas_dd.py
src/tokamunch/mapper.py
src/tokamunch/outputs.py
src/tokamunch/parsing.py
src/tokamunch/path_expansion.py
src/tokamunch/plugin_api.py
src/tokamunch/profiling.py
src/tokamunch/selection.py
src/tokamunch/templates.py
src/tokamunch/trie.py
src/tokamunch/types.py
src/tokamunch/write_ids.py
src/tokamunch.egg-info/PKG-INFO
src/tokamunch.egg-info/SOURCES.txt
src/tokamunch.egg-info/dependency_links.txt
src/tokamunch.egg-info/entry_points.txt
src/tokamunch.egg-info/requires.txt
src/tokamunch.egg-info/scm_file_list.json
src/tokamunch.egg-info/scm_version.json
src/tokamunch.egg-info/top_level.txt
src/tokamunch/cli/__init__.py
src/tokamunch/cli/common.py
src/tokamunch/cli/main.py
src/tokamunch/cli/parser.py
src/tokamunch/cli/commands/__init__.py
src/tokamunch/cli/commands/check.py
src/tokamunch/cli/commands/completions.py
src/tokamunch/cli/commands/convert.py
src/tokamunch/cli/commands/diff.py
src/tokamunch/cli/commands/init.py
src/tokamunch/cli/commands/map.py
src/tokamunch/cli/commands/paths.py
src/tokamunch/cli/commands/update.py
src/tokamunch/core/__init__.py
src/tokamunch/core/checkpoint.py
src/tokamunch/core/checks.py
src/tokamunch/core/config.py
src/tokamunch/core/context.py
src/tokamunch/core/profiling.py
src/tokamunch/core/selection.py
src/tokamunch/ids/__init__.py
src/tokamunch/ids/helper.py
src/tokamunch/ids/imas_dd.py
src/tokamunch/ids/mutation.py
src/tokamunch/ids/output.py
src/tokamunch/ids/parsing.py
src/tokamunch/ids/path_expansion.py
src/tokamunch/ids/templates.py
src/tokamunch/ids/trie.py
src/tokamunch/io/__init__.py
src/tokamunch/io/convert.py
src/tokamunch/io/diff.py
src/tokamunch/io/outputs.py
src/tokamunch/mapping/__init__.py
src/tokamunch/mapping/data_source.py
src/tokamunch/mapping/mapper_factory.py
src/tokamunch/mapping/runner.py
src/tokamunch/plugins/__init__.py
src/tokamunch/plugins/api.py
src/tokamunch/plugins/metadata.py
src/tokamunch/plugins/registry.py
test/magnetics.h5
test/master.h5
tests/test_checkpoint.py
tests/test_cli_new_commands.py
tests/test_compat_shims.py
tests/test_completions.py
tests/test_config.py
tests/test_convert.py
tests/test_data_source_interface.py
tests/test_diff.py
tests/test_ids_helper.py
tests/test_ids_writer.py
tests/test_lib_use.py
tests/test_mapping.py
tests/test_outputs.py
tests/test_parsing.py
tests/test_path_expansion.py
tests/test_plugin_integration.py
tests/test_populate_ids.py
tests/test_profiling.py
tests/test_selection.py
tests/test_templates.py
tests/test_trie.py