.coverage
.gitattributes
.gitignore
LICENSE
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/release.yml
docs/_old/distribution.txt
docs/_old/dotted_path.adoc
docs/_old/planung.txt
docs/_old/testinfo.txt
docs/_old/usage.adoc
docs/_old/requirements/beispiel.yaml
docs/_old/requirements/multisheet_orchestration.md
docs/_old/requirements/repo-structure.txt
docs/_old/requirements/usage.txt
examples/config_example.yaml
examples/roundtrip_start.json
interactive_test/bestellungen.json
interactive_test/distribution_options.txt
interactive_test/guten_morgen.json
interactive_test/pack.csv.yaml
interactive_test/pack.xlsx.yaml
interactive_test/test_howto.txt
src/spreadsheet_handling/__init__.py
src/spreadsheet_handling/_version.py
src/spreadsheet_handling/logging_utils.py
src/spreadsheet_handling.egg-info/PKG-INFO
src/spreadsheet_handling.egg-info/SOURCES.txt
src/spreadsheet_handling.egg-info/dependency_links.txt
src/spreadsheet_handling.egg-info/entry_points.txt
src/spreadsheet_handling.egg-info/requires.txt
src/spreadsheet_handling.egg-info/top_level.txt
src/spreadsheet_handling/cli/__init__.py
src/spreadsheet_handling/cli/run.py
src/spreadsheet_handling/cli/sheets_pack.py
src/spreadsheet_handling/cli/sheets_unpack.py
src/spreadsheet_handling/core/__init__.py
src/spreadsheet_handling/core/df_build.py
src/spreadsheet_handling/core/fk.py
src/spreadsheet_handling/core/flatten.py
src/spreadsheet_handling/core/indexing.py
src/spreadsheet_handling/core/paths.py
src/spreadsheet_handling/core/refs.py
src/spreadsheet_handling/core/unflatten.py
src/spreadsheet_handling/engine/__init__.py
src/spreadsheet_handling/engine/config.py
src/spreadsheet_handling/engine/orchestrator.py
src/spreadsheet_handling/examples/pipeline_basic.yml
src/spreadsheet_handling/examples/pipeline_pack.yml
src/spreadsheet_handling/examples/pipelines.yml
src/spreadsheet_handling/io_backends/__init__.py
src/spreadsheet_handling/io_backends/base.py
src/spreadsheet_handling/io_backends/csv_backend.py
src/spreadsheet_handling/io_backends/excel_xlsxwriter.py
src/spreadsheet_handling/io_backends/json_backend.py
src/spreadsheet_handling/io_backends/ods_backend.py
src/spreadsheet_handling/io_backends/router.py
src/spreadsheet_handling/io_backends/xlsx_backend.py
src/spreadsheet_handling/pipeline/__init__.py
src/spreadsheet_handling/pipeline/pipeline.py
tests/test_cli_main_pack.py
tests/test_cli_run_smoke.py
tests/test_csv_backend.py
tests/test_fk_custom_id_field.py
tests/test_fk_detect_toggle.py
tests/test_fk_duplicate_ids.py
tests/test_fk_helpers_pack.py
tests/test_fk_helpers_unit_engine.py
tests/test_fk_missing_label_field.py
tests/test_fk_mixed_types.py
tests/test_fk_multi_targets.py
tests/test_fk_parantheses_guard.py
tests/test_fk_roundtrip.py
tests/test_indexing_multiindex_unit.py
tests/test_libre_smoke.py
tests/test_order_stability.py
tests/test_pipeline_basic.py
tests/test_pipeline_plugins.py
tests/test_pipeline_yaml.py
tests/test_roundtrip.py
tests/test_roundtrip_xlsx.py
tests/test_validate_duplicates.py
tests/test_validate_integratioin_pack.py
tests/test_validate_missing_fk.py
tests/data/test_roundtrip.json
tmp/Bestellungen.csv
tmp/Guten Morgen.csv
tmp/bestellungen.json
tmp/guten_morgen.json
tmp/w1.patch
tools/repo_snapshot.sh
tools/start_conversion.sh
tools/utils/concat_files.sh