CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
config.yaml
pyproject.toml
setup.cfg
setup.py
docs/api_reference.md
docs/development.md
docs/index.md
docs/installation.md
docs/usage.md
examples/basic_migration.py
output/.gitkeep
src/wordnet_db_migrator/__init__.py
src/wordnet_db_migrator/bootstrap.py
src/wordnet_db_migrator/cli.py
src/wordnet_db_migrator/config.py
src/wordnet_db_migrator/main.py
src/wordnet_db_migrator/test_config.py
src/wordnet_db_migrator.egg-info/PKG-INFO
src/wordnet_db_migrator.egg-info/SOURCES.txt
src/wordnet_db_migrator.egg-info/dependency_links.txt
src/wordnet_db_migrator.egg-info/entry_points.txt
src/wordnet_db_migrator.egg-info/requires.txt
src/wordnet_db_migrator.egg-info/top_level.txt
src/wordnet_db_migrator/steps/__init__.py
src/wordnet_db_migrator/steps/step010_test_sqlite_connection.py
src/wordnet_db_migrator/steps/step020_postgres_credentials.py
src/wordnet_db_migrator/steps/step030_create_postgres_database.py
src/wordnet_db_migrator/steps/step035_purge_directories.py
src/wordnet_db_migrator/steps/step040_extract_sqlite_schema.py
src/wordnet_db_migrator/steps/step045_analyze_dependencies.py
src/wordnet_db_migrator/steps/step050_extract_sqlite_metadata.py
src/wordnet_db_migrator/steps/step060_generate_tables.py
src/wordnet_db_migrator/steps/step065_generate_foreign_keys.py
src/wordnet_db_migrator/steps/step067_generate_foreign_key_validators.py
src/wordnet_db_migrator/steps/step068_generate_indexes.py
src/wordnet_db_migrator/steps/step070_run_table_scripts.py
src/wordnet_db_migrator/steps/step080_run_index_scripts.py
src/wordnet_db_migrator/steps/step090_insert_data_tables.py
src/wordnet_db_migrator/steps/step095_validate_foreign_key_data.py
src/wordnet_db_migrator/steps/step100_apply_foreign_keys.py
src/wordnet_db_migrator/tests/__init__.py
src/wordnet_db_migrator/tests/conftest.py
src/wordnet_db_migrator/tests/test_config.py
src/wordnet_db_migrator/utils/__init__.py
src/wordnet_db_migrator/utils/db_utils.py
tests/__init__.py
tests/conftest.py
tests/test_config.py