LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
src/ts_shape/__init__.py
src/ts_shape/errors.py
src/ts_shape.egg-info/PKG-INFO
src/ts_shape.egg-info/SOURCES.txt
src/ts_shape.egg-info/dependency_links.txt
src/ts_shape.egg-info/requires.txt
src/ts_shape.egg-info/top_level.txt
src/ts_shape/context/__init__.py
src/ts_shape/context/value_mapping.py
src/ts_shape/events/__init__.py
src/ts_shape/events/correlation/__init__.py
src/ts_shape/events/correlation/anomaly_correlation.py
src/ts_shape/events/correlation/signal_correlation.py
src/ts_shape/events/energy/__init__.py
src/ts_shape/events/energy/consumption_analysis.py
src/ts_shape/events/energy/efficiency_tracking.py
src/ts_shape/events/engineering/__init__.py
src/ts_shape/events/engineering/control_loop_health.py
src/ts_shape/events/engineering/disturbance_recovery.py
src/ts_shape/events/engineering/material_balance.py
src/ts_shape/events/engineering/operating_range.py
src/ts_shape/events/engineering/process_stability_index.py
src/ts_shape/events/engineering/process_window.py
src/ts_shape/events/engineering/rate_of_change.py
src/ts_shape/events/engineering/setpoint_events.py
src/ts_shape/events/engineering/signal_comparison.py
src/ts_shape/events/engineering/startup_events.py
src/ts_shape/events/engineering/steady_state_detection.py
src/ts_shape/events/engineering/threshold_monitoring.py
src/ts_shape/events/engineering/warmup_analysis.py
src/ts_shape/events/maintenance/__init__.py
src/ts_shape/events/maintenance/degradation_detection.py
src/ts_shape/events/maintenance/failure_prediction.py
src/ts_shape/events/maintenance/vibration_analysis.py
src/ts_shape/events/production/__init__.py
src/ts_shape/events/production/alarm_management.py
src/ts_shape/events/production/batch_tracking.py
src/ts_shape/events/production/bottleneck_detection.py
src/ts_shape/events/production/changeover.py
src/ts_shape/events/production/cycle_time_tracking.py
src/ts_shape/events/production/downtime.py
src/ts_shape/events/production/downtime_tracking.py
src/ts_shape/events/production/duty_cycle.py
src/ts_shape/events/production/flow_constraints.py
src/ts_shape/events/production/line_throughput.py
src/ts_shape/events/production/machine_state.py
src/ts_shape/events/production/micro_stop_detection.py
src/ts_shape/events/production/multi_process_traceability.py
src/ts_shape/events/production/oee_calculator.py
src/ts_shape/events/production/operator_performance.py
src/ts_shape/events/production/order_traceability.py
src/ts_shape/events/production/part_tracking.py
src/ts_shape/events/production/performance_loss.py
src/ts_shape/events/production/period_summary.py
src/ts_shape/events/production/quality_tracking.py
src/ts_shape/events/production/rework_tracking.py
src/ts_shape/events/production/routing_traceability.py
src/ts_shape/events/production/scrap_tracking.py
src/ts_shape/events/production/setup_time_tracking.py
src/ts_shape/events/production/shift_handover.py
src/ts_shape/events/production/shift_reporting.py
src/ts_shape/events/production/target_tracking.py
src/ts_shape/events/quality/__init__.py
src/ts_shape/events/quality/anomaly_classification.py
src/ts_shape/events/quality/capability_trending.py
src/ts_shape/events/quality/gauge_repeatability.py
src/ts_shape/events/quality/multi_sensor_validation.py
src/ts_shape/events/quality/outlier_detection.py
src/ts_shape/events/quality/sensor_drift.py
src/ts_shape/events/quality/signal_quality.py
src/ts_shape/events/quality/statistical_process_control.py
src/ts_shape/events/quality/tolerance_deviation.py
src/ts_shape/events/supplychain/__init__.py
src/ts_shape/events/supplychain/demand_pattern.py
src/ts_shape/events/supplychain/inventory_monitoring.py
src/ts_shape/events/supplychain/lead_time_analysis.py
src/ts_shape/features/__init__.py
src/ts_shape/features/cross_signal.py
src/ts_shape/features/pattern_recognition.py
src/ts_shape/features/cycles/__init__.py
src/ts_shape/features/cycles/cycle_processor.py
src/ts_shape/features/cycles/cycles_extractor.py
src/ts_shape/features/segment_analysis/__init__.py
src/ts_shape/features/segment_analysis/feature_pipeline.py
src/ts_shape/features/segment_analysis/profile_comparison.py
src/ts_shape/features/segment_analysis/segment_extractor.py
src/ts_shape/features/segment_analysis/segment_processor.py
src/ts_shape/features/segment_analysis/time_windowed_features.py
src/ts_shape/features/stats/__init__.py
src/ts_shape/features/stats/boolean_stats.py
src/ts_shape/features/stats/feature_table.py
src/ts_shape/features/stats/numeric_stats.py
src/ts_shape/features/stats/string_stats.py
src/ts_shape/features/stats/timestamp_stats.py
src/ts_shape/features/time_stats/__init__.py
src/ts_shape/features/time_stats/time_stats_numeric.py
src/ts_shape/loader/__init__.py
src/ts_shape/loader/combine/__init__.py
src/ts_shape/loader/combine/integrator.py
src/ts_shape/loader/context/__init__.py
src/ts_shape/loader/context/context_enricher.py
src/ts_shape/loader/metadata/__init__.py
src/ts_shape/loader/metadata/metadata_api_loader.py
src/ts_shape/loader/metadata/metadata_db_loader.py
src/ts_shape/loader/metadata/metadata_json_loader.py
src/ts_shape/loader/timeseries/__init__.py
src/ts_shape/loader/timeseries/azure_blob_loader.py
src/ts_shape/loader/timeseries/energy_api_loader.py
src/ts_shape/loader/timeseries/parquet_loader.py
src/ts_shape/loader/timeseries/s3proxy_parquet_loader.py
src/ts_shape/loader/timeseries/timescale_loader.py
src/ts_shape/transform/__init__.py
src/ts_shape/transform/harmonization.py
src/ts_shape/transform/calculator/__init__.py
src/ts_shape/transform/calculator/numeric_calc.py
src/ts_shape/transform/filter/__init__.py
src/ts_shape/transform/filter/boolean_filter.py
src/ts_shape/transform/filter/custom_filter.py
src/ts_shape/transform/filter/datetime_filter.py
src/ts_shape/transform/filter/numeric_filter.py
src/ts_shape/transform/filter/string_filter.py
src/ts_shape/transform/functions/__init__.py
src/ts_shape/transform/functions/lambda_func.py
src/ts_shape/transform/time_functions/__init__.py
src/ts_shape/transform/time_functions/timestamp_converter.py
src/ts_shape/transform/time_functions/timezone_shift.py
src/ts_shape/utils/__init__.py
src/ts_shape/utils/base.py
tests/test_anomaly_classification.py
tests/test_azure_blob_loader.py
tests/test_base.py
tests/test_boolean_filter.py
tests/test_bottleneck_detection.py
tests/test_capability_trending.py
tests/test_context_enricher.py
tests/test_correlation_events.py
tests/test_cross_signal.py
tests/test_custom_filter.py
tests/test_cycles.py
tests/test_downtime_quality.py
tests/test_duty_cycle.py
tests/test_energy_api_loader.py
tests/test_energy_events.py
tests/test_engineering_control_loop_health.py
tests/test_engineering_disturbance_recovery.py
tests/test_engineering_material_balance.py
tests/test_engineering_operating_range.py
tests/test_engineering_process_stability.py
tests/test_engineering_process_window.py
tests/test_engineering_setpoint.py
tests/test_engineering_signal_comparison.py
tests/test_engineering_startup.py
tests/test_engineering_steady_state.py
tests/test_engineering_warmup.py
tests/test_feature_pipeline.py
tests/test_feature_table.py
tests/test_gauge_repeatability.py
tests/test_lambda_func.py
tests/test_loader_integrator.py
tests/test_maintenance_events.py
tests/test_metadata_api_loader.py
tests/test_metadata_db_loader.py
tests/test_metadata_json_loader.py
tests/test_micro_stop_detection.py
tests/test_multi_process_traceability.py
tests/test_multi_sensor_validation.py
tests/test_numeric_calc.py
tests/test_numeric_filter.py
tests/test_operator_performance.py
tests/test_outlier_detection.py
tests/test_parquet_loader.py
tests/test_pattern_recognition.py
tests/test_performance_loss.py
tests/test_period_summary.py
tests/test_production_events.py
tests/test_production_oee_alarm_batch.py
tests/test_production_tracking.py
tests/test_profile_comparison.py
tests/test_rate_of_change.py
tests/test_rework_tracking.py
tests/test_s3proxy_parquet_loader.py
tests/test_scrap_tracking.py
tests/test_segment_extractor.py
tests/test_segment_processor.py
tests/test_sensor_drift.py
tests/test_setup_time_tracking.py
tests/test_shift_handover.py
tests/test_signal_quality.py
tests/test_spc.py
tests/test_stats_boolean.py
tests/test_stats_numeric.py
tests/test_stats_string.py
tests/test_string_and_datetime_filter.py
tests/test_supplychain_events.py
tests/test_target_tracking.py
tests/test_threshold_monitoring.py
tests/test_time_functions.py
tests/test_time_stats_numeric.py
tests/test_time_windowed_features.py
tests/test_timescale_loader.py
tests/test_timestamp_stats.py
tests/test_tolerance_deviation.py
tests/test_traceability.py
tests/test_transform_harmonization.py
tests/test_value_mapping.py