LICENSE
README.md
pyproject.toml
src/ghga_transpiler/__init__.py
src/ghga_transpiler/__main__.py
src/ghga_transpiler/cli.py
src/ghga_transpiler/core.py
src/ghga_transpiler/io.py
src/ghga_transpiler/transformations.py
src/ghga_transpiler.egg-info/PKG-INFO
src/ghga_transpiler.egg-info/SOURCES.txt
src/ghga_transpiler.egg-info/dependency_links.txt
src/ghga_transpiler.egg-info/entry_points.txt
src/ghga_transpiler.egg-info/requires.txt
src/ghga_transpiler.egg-info/top_level.txt
src/ghga_transpiler/config/__init__.py
src/ghga_transpiler/config/config.py
src/ghga_transpiler/config/exceptions.py
src/ghga_transpiler/configs/0.10.yaml
src/ghga_transpiler/configs/1.0.yaml
src/ghga_transpiler/configs/1.1.yaml
src/ghga_transpiler/configs/2.0.yaml
src/ghga_transpiler/configs/2.1.yaml
src/ghga_transpiler/configs/2.2.yaml
src/ghga_transpiler/configs/__init__.py
tests/test_convert_workbook.py
tests/test_create_config.py
tests/test_io.py
tests/test_process_workbook.py