LICENSE
README.md
pyproject.toml
megaton/__init__.py
megaton/bq.py
megaton/constants.py
megaton/dates.py
megaton/errors.py
megaton/files.py
megaton/ga3.py
megaton/ga4.py
megaton/gdrive.py
megaton/google_api.py
megaton/gsheet.py
megaton/os.py
megaton/py.typed
megaton/retry_utils.py
megaton/searchconsole.py
megaton/start.py
megaton/state.py
megaton/utils.py
megaton.egg-info/PKG-INFO
megaton.egg-info/SOURCES.txt
megaton.egg-info/dependency_links.txt
megaton.egg-info/requires.txt
megaton.egg-info/top_level.txt
megaton/auth/__init__.py
megaton/auth/google_auth.py
megaton/auth/provider.py
megaton/install/__init__.py
megaton/install/install_bigquery.py
megaton/install/install_ga4.py
megaton/recipes/__init__.py
megaton/recipes/config_loader.py
megaton/services/__init__.py
megaton/services/bq_service.py
megaton/services/gsc_service.py
megaton/services/sheets_service.py
megaton/transform/__init__.py
megaton/transform/classify.py
megaton/transform/ga4.py
megaton/transform/table.py
megaton/transform/text.py
megaton/ui/__init__.py
megaton/ui/widgets.py
tests/test_auth.py
tests/test_auth_provider.py
tests/test_auto_install.py
tests/test_bq_core_extra.py
tests/test_bq_state_api.py
tests/test_clean_parameter.py
tests/test_config_loader.py
tests/test_dates.py
tests/test_errors_and_init.py
tests/test_ga4_property_show.py
tests/test_ga4_report_core.py
tests/test_ga4_report_retry.py
tests/test_ga4_state_and_run.py
tests/test_gsc_service.py
tests/test_gsheet_core.py
tests/test_gsheet_retry_resolvers.py
tests/test_gsheet_timeout.py
tests/test_megaton_auth_bridge.py
tests/test_normalize_queries.py
tests/test_phase0_regressions.py
tests/test_report_dates_to_sheet.py
tests/test_report_month_window.py
tests/test_report_prep.py
tests/test_report_result.py
tests/test_report_run_multi.py
tests/test_report_run_ranges.py
tests/test_report_show_download.py
tests/test_retry_utils.py
tests/test_run_all.py
tests/test_sc_wrapper.py
tests/test_search_apply_if.py
tests/test_search_dimension_filter.py
tests/test_search_filter.py
tests/test_search_result.py
tests/test_sheet_namespace.py
tests/test_sheet_save_options.py
tests/test_sheets_read.py
tests/test_sheets_service.py
tests/test_transform_classify.py
tests/test_transform_ga4.py
tests/test_transform_pipeline_gsc_like.py
tests/test_transform_table.py
tests/test_transform_table_normalize_thresholds_df.py
tests/test_transform_text.py
tests/test_ui_lazy_import.py
tests/test_upsert_to_csv.py
tests/test_utils.py