LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
amplify_excel_migrator/__init__.py
amplify_excel_migrator/client.py
amplify_excel_migrator.egg-info/PKG-INFO
amplify_excel_migrator.egg-info/SOURCES.txt
amplify_excel_migrator.egg-info/dependency_links.txt
amplify_excel_migrator.egg-info/entry_points.txt
amplify_excel_migrator.egg-info/requires.txt
amplify_excel_migrator.egg-info/top_level.txt
amplify_excel_migrator/auth/__init__.py
amplify_excel_migrator/auth/cognito_auth.py
amplify_excel_migrator/auth/provider.py
amplify_excel_migrator/cli/__init__.py
amplify_excel_migrator/cli/commands.py
amplify_excel_migrator/core/__init__.py
amplify_excel_migrator/core/config.py
amplify_excel_migrator/data/__init__.py
amplify_excel_migrator/data/excel_reader.py
amplify_excel_migrator/data/transformer.py
amplify_excel_migrator/data/validator.py
amplify_excel_migrator/graphql/__init__.py
amplify_excel_migrator/graphql/client.py
amplify_excel_migrator/graphql/executor.py
amplify_excel_migrator/graphql/mutation_builder.py
amplify_excel_migrator/graphql/query_builder.py
amplify_excel_migrator/migration/__init__.py
amplify_excel_migrator/migration/batch_uploader.py
amplify_excel_migrator/migration/failure_tracker.py
amplify_excel_migrator/migration/orchestrator.py
amplify_excel_migrator/migration/progress_reporter.py
amplify_excel_migrator/schema/__init__.py
amplify_excel_migrator/schema/field_parser.py
amplify_excel_migrator/schema/introspector.py
amplify_excel_migrator/schema/schema_exporter.py
tests/__init__.py
tests/test_batch_uploader.py
tests/test_cli_commands.py
tests/test_client.py
tests/test_cognito_auth.py
tests/test_config_manager.py
tests/test_excel_reader.py
tests/test_executor.py
tests/test_failure_tracker.py
tests/test_field_parser.py
tests/test_graphql_client.py
tests/test_introspector.py
tests/test_mutation_builder.py
tests/test_orchestrator.py
tests/test_progress_reporter.py
tests/test_query_builder.py
tests/test_schema_exporter.py
tests/test_transformer.py
tests/test_validator.py