README.md
pyproject.toml
cz_billing_generator.egg-info/PKG-INFO
cz_billing_generator.egg-info/SOURCES.txt
cz_billing_generator.egg-info/dependency_links.txt
cz_billing_generator.egg-info/entry_points.txt
cz_billing_generator.egg-info/requires.txt
cz_billing_generator.egg-info/top_level.txt
src/__init__.py
src/czbillgen.py
src/reference_schema.py
src/analysis/__init__.py
src/analysis/dataset_analyzer.py
src/analysis/models.py
src/api/__init__.py
src/api/auth.py
src/api/cli_helper.py
src/api/client.py
src/api/config.py
src/api/log_streamer.py
src/api/main.py
src/api/poller.py
src/api/progress.py
src/api/router.py
src/api/s3_uploader.py
src/api/clients/__init__.py
src/api/clients/dynamodb_client.py
src/api/clients/ecs_client.py
src/api/clients/s3_client.py
src/api/clients/sqs_client.py
src/api/routes/__init__.py
src/api/routes/health_routes.py
src/api/routes/job_routes.py
src/api/services/__init__.py
src/api/services/job_cancellation.py
src/api/services/job_status.py
src/api/services/job_submission.py
src/api/worker/__init__.py
src/api/worker/config_downloader.py
src/api/worker/error_enrichment.py
src/api/worker/error_handler.py
src/api/worker/exceptions.py
src/api/worker/job_processor.py
src/api/worker/logging_console.py
src/api/worker/memory_monitor.py
src/api/worker/memory_utils.py
src/api/worker/reference_manager.py
src/api/worker/stage_adapters.py
src/api/worker/stage_registry.py
src/api/worker/status_heartbeat.py
src/api/worker/status_updater.py
src/api/worker/visibility_heartbeat.py
src/api/worker/worker_main.py
src/cli/__init__.py
src/cli/allocation.py
src/cli/anomaly.py
src/cli/billing_drop.py
src/cli/config.py
src/cli/dataset.py
src/cli/help.py
src/cli/jobs.py
src/cli/metadata.py
src/cli/reference.py
src/cli/telemetry.py
src/cli/unit_metrics.py
src/cli/analysis/__init__.py
src/cli/analysis/config_analyzer.py
src/cli/commands/connection.py
src/cli/commands/drop.py
src/cli/commands/validate.py
src/cli/common/__init__.py
src/cli/core/__init__.py
src/cli/core/config.py
src/cli/core/init.py
src/cli/core/upload.py
src/cli/data/__init__.py
src/cli/data/add.py
src/cli/data/explore.py
src/cli/data/flush.py
src/cli/data/reference_loader.py
src/cli/data/s3_ops.py
src/cli/data/status.py
src/cli/data/versions.py
src/cli/data/services/__init__.py
src/cli/data/services/column_normalizer.py
src/cli/data/services/combination_extractor.py
src/cli/data/services/export_processor.py
src/cli/data/services/export_validator.py
src/cli/data/services/pricing_calculator.py
src/cli/data/services/quality_validator.py
src/cli/profiles/__init__.py
src/cli/profiles/list.py
src/cli/reference/__init__.py
src/cli/reference/coverage.py
src/cli/reference/enhanced_summary.py
src/cli/reference/import_cmd.py
src/cli/reference/import_session.py
src/cli/reference/import_tools.py
src/cli/reference/usage.py
src/cli/reference/validate.py
src/config/anycost-mapping.yaml
src/config/cbf-mapping.yaml
src/cz_billing_generator/services/__init__.py
src/cz_billing_generator/services/config/__init__.py
src/cz_billing_generator/services/config/file_handler.py
src/cz_billing_generator/services/config/orchestrator.py
src/cz_billing_generator/services/config/path_resolver.py
src/cz_billing_generator/services/config/s3_operations.py
src/data/__init__.py
src/data/config.py
src/data/context.py
src/data/manager.py
src/data/models.py
src/data/monitoring.py
src/data/storage.py
src/data/strategies.py
src/exploration/__init__.py
src/exploration/exploration.py
src/generate/__init__.py
src/generate/algorithms/__init__.py
src/generate/algorithms/jitter.py
src/generate/cli/__init__.py
src/generate/cli/generate_cli.py
src/generate/cli/init_configs.py
src/generate/cli/profiles.py
src/generate/config/__init__.py
src/generate/config/models.py
src/generate/core/__init__.py
src/generate/core/filter_reference_data.py
src/generate/core/generate_resources.py
src/generate/core/job_splitting.py
src/generate/core/line_item_tracking.py
src/generate/core/merge_resources_and_time.py
src/generate/engine/__init__.py
src/generate/engine/bounded_cache.py
src/generate/engine/dry_run_engine.py
src/generate/engine/streaming_engine.py
src/generate/processing/__init__.py
src/generate/processing/anomalies.py
src/generate/processing/anomaly_validator.py
src/generate/processing/cost_analysis.py
src/generate/processing/defaults.py
src/generate/processing/inline_allocator.py
src/generate/processing/inline_discount_allocator.py
src/generate/processing/inline_k8s_allocator.py
src/generate/processing/inline_usage_calculator.py
src/generate/processing/intensity_calculator.py
src/generate/processing/k8s_anomaly_grouper.py
src/generate/processing/k8s_dataframe_splitter.py
src/generate/processing/k8s_resource_filter.py
src/generate/processing/k8s_resource_mapper.py
src/generate/processing/k8s_topology_builder.py
src/generate/processing/period_calculator.py
src/generate/processing/period_utils.py
src/generate/processing/step_state_manager.py
src/generate/processing/usage_reference.py
src/generate/processing/variance_v2/__init__.py
src/generate/processing/variance_v2/cost_pattern_orchestrator.py
src/generate/processing/variance_v2/event_service.py
src/generate/processing/variance_v2/pattern_service.py
src/generate/processing/variance_v2/templates.py
src/generate/processing/variance_v2/trend_service.py
src/generate/processing/variance_v2/variance_service.py
src/generate/validation/__init__.py
src/generate/validation/models.py
src/generate/validation/quality_validator.py
src/log_context/__init__.py
src/log_context/context.py
src/log_context/core.py
src/log_context/performance.py
src/log_context/provider_month.py
src/services/__init__.py
src/services/config_partitioner.py
src/services/config_service.py
src/services/configuration.py
src/services/data.py
src/services/directory.py
src/services/environment_detection.py
src/services/environment_service.py
src/services/generate_validation.py
src/services/jsonl_data_service.py
src/services/optimized_s3_service.py
src/services/parquet_data_service.py
src/services/processing_strategy.py
src/services/progress_wrapper.py
src/services/s3_data_service.py
src/services/success_marker_service.py
src/services/dataset_identification/__init__.py
src/services/dataset_identification/billing_drop_service.py
src/services/dataset_identification/dataset_metadata_service.py
src/services/dataset_identification/metadata_computation_service.py
src/services/dataset_identification/models.py
src/services/dataset_identification/upload_tracking_service.py
src/services/versioning/__init__.py
src/services/versioning/local_cache_manager.py
src/services/versioning/models.py
src/services/versioning/sync_manager.py
src/services/versioning/version_manager.py
src/shared/__init__.py
src/shared/anomaly/__init__.py
src/shared/anomaly/anomaly_validator.py
src/shared/anomaly/period_calculator.py
src/shared/anomaly/period_utils.py
src/telemetry/__init__.py
src/telemetry/anomalies.py
src/telemetry/config.py
src/telemetry/cost_isolation.py
src/telemetry/distribution.py
src/telemetry/dominance.py
src/telemetry/enhanced_reporting.py
src/telemetry/file_writer.py
src/telemetry/generator.py
src/telemetry/month_range_splitter.py
src/telemetry/size_estimation.py
src/telemetry/step_cost_isolation.py
src/telemetry/step_state_manager.py
src/telemetry/variance.py
src/upload/__init__.py
src/upload/api/__init__.py
src/upload/api/anycost_client.py
src/upload/api/anycost_connection_manager.py
src/upload/api/anycost_uploader.py
src/upload/api/client.py
src/upload/api/connection_factory.py
src/upload/api/connection_manager.py
src/upload/api/connection_resolver.py
src/upload/api/payload_builder.py
src/upload/append/__init__.py
src/upload/append/append_orchestrator.py
src/upload/append/append_pruning_service.py
src/upload/append/concurrent_append_orchestrator.py
src/upload/append/file_sequence_coordinator.py
src/upload/append/integrated_append_orchestrator.py
src/upload/append/integrated_execution_plan.py
src/upload/append/manifest_manager.py
src/upload/append/manifest_reader.py
src/upload/append/path_manager.py
src/upload/append/s3_file_copier.py
src/upload/append/workflow_bridge.py
src/upload/cli/__init__.py
src/upload/cli/connections.py
src/upload/core/__init__.py
src/upload/core/cbf_mapper.py
src/upload/core/connection_manager.py
src/upload/core/connection_recreator.py
src/upload/core/connection_recreator_backup.py
src/upload/core/data_processor.py
src/upload/core/dataset_loader.py
src/upload/core/optimized_cbf_mapper.py
src/upload/core/sanitizer.py
src/upload/factories/__init__.py
src/upload/factories/time_shift_parallel_factory.py
src/upload/interfaces/__init__.py
src/upload/interfaces/connection_orchestrator_interface.py
src/upload/interfaces/data_processing_service_interface.py
src/upload/interfaces/upload_service_interface.py
src/upload/interfaces/validation_service_interface.py
src/upload/models/__init__.py
src/upload/models/parallel_execution_models.py
src/upload/models/processing_models.py
src/upload/models/provider_copy_models.py
src/upload/models/time_shift_models.py
src/upload/models/upload_models.py
src/upload/models/validation_models.py
src/upload/s3/__init__.py
src/upload/s3/config.py
src/upload/s3/folder_manager.py
src/upload/s3/formatter.py
src/upload/s3/stage_discovery.py
src/upload/s3/uploader.py
src/upload/services/__init__.py
src/upload/services/billing_period_helper.py
src/upload/services/connection_create_service.py
src/upload/services/connection_delete_service.py
src/upload/services/connection_lifecycle_manager.py
src/upload/services/connection_list_service.py
src/upload/services/connection_orchestrator.py
src/upload/services/connection_show_service.py
src/upload/services/connection_suffix_validator.py
src/upload/services/csv_date_transformer.py
src/upload/services/data_lifecycle_manager.py
src/upload/services/data_processing_service.py
src/upload/services/day_count_calculator.py
src/upload/services/drop_activation_service.py
src/upload/services/drop_bulk_delete_service.py
src/upload/services/drop_copier.py
src/upload/services/drop_delete_service.py
src/upload/services/drop_list_service.py
src/upload/services/drop_orphaned_service.py
src/upload/services/drop_rollback_service.py
src/upload/services/manifest_manager.py
src/upload/services/provider_copy_orchestrator.py
src/upload/services/provider_mapping_service.py
src/upload/services/provider_parser_service.py
src/upload/services/s3_upload_service.py
src/upload/services/secrets_resolver.py
src/upload/services/secrets_sync_service.py
src/upload/services/smart_skip_decider.py
src/upload/services/source_month_selector.py
src/upload/services/streaming_s3_upload_service.py
src/upload/services/target_month_parser.py
src/upload/services/time_shift_config_loader.py
src/upload/services/time_shift_config_splitter.py
src/upload/services/time_shift_console_reporter.py
src/upload/services/time_shift_job_monitor.py
src/upload/services/time_shift_job_submitter.py
src/upload/services/time_shift_orchestrator.py
src/upload/services/time_shift_parallel_executor.py
src/upload/services/time_shift_provider_copier.py
src/upload/services/time_shift_result_aggregator.py
src/upload/services/upload_validation_service.py
src/upload/services/upload_workflow_coordinator.py
src/upload/services/upload_workflow_methods.py
src/upload/services/validation/__init__.py
src/upload/services/validation/connection_validation_service.py
src/upload/services/validation/folder_validation_service.py
src/upload/validation/__init__.py
src/upload/validation/naming_standards.py
src/utils/__init__.py
src/utils/config_discovery.py
src/utils/config_validation.py
src/utils/env.py
src/utils/job_merging.py
src/utils/multi_config_loader.py
src/utils/org_utils.py
src/utils/stage_utils.py
src/utils/terminal_messages.py
src/utils/time_utils.py
tests/test_anomaly_profiles.py
tests/test_auto_intensity.py
tests/test_configurable_anomaly_timing.py
tests/test_telemetry.py
tests/test_variance_anomaly_interaction.py