LICENSE
README.md
pyproject.toml
compare_schema.egg-info/PKG-INFO
compare_schema.egg-info/SOURCES.txt
compare_schema.egg-info/dependency_links.txt
compare_schema.egg-info/entry_points.txt
compare_schema.egg-info/requires.txt
compare_schema.egg-info/top_level.txt
db_client/schema.sql
db_client/schema_client.py
db_client/schema_settings.py
db_client/source_client.py
db_client/source_settings.py
db_client/queries/schema/data.yml
db_client/queries/schema/schema.yml
db_client/queries/source/import_data.yml
db_client/queries/source/import_schema.yml
src/config.py
src/env_config.py
src/excel_helper.py
src/main.py
src/markdown_helper.py
src/models.py
src/util_mysql.py
src/util_other.py
src/util_path.py
tests/test_config.py
tests/test_markdown.py
tests/test_models.py