.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/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/cli.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/mapping.py
src/tokamunch/outputs.py
src/tokamunch/parsing.py
src/tokamunch/path_expansion.py
src/tokamunch/plugin_api.py
src/tokamunch/plugins.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/top_level.txt
test/magnetics.h5
test/master.h5
tests/test_checkpoint.py
tests/test_cli_new_commands.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_populate_ids.py
tests/test_profiling.py
tests/test_selection.py
tests/test_templates.py
tests/test_trie.py