README.md
pyproject.toml
logsuite/__init__.py
logsuite/_version.py
logsuite/exceptions.py
logsuite/py.typed
logsuite/utils.py
logsuite.egg-info/PKG-INFO
logsuite.egg-info/SOURCES.txt
logsuite.egg-info/dependency_links.txt
logsuite.egg-info/requires.txt
logsuite.egg-info/top_level.txt
logsuite/analysis/__init__.py
logsuite/analysis/regression.py
logsuite/analysis/statistics.py
logsuite/analysis/sums_avg.py
logsuite/core/__init__.py
logsuite/core/operations.py
logsuite/core/property.py
logsuite/core/well.py
logsuite/io/__init__.py
logsuite/io/las_file.py
logsuite/manager/__init__.py
logsuite/manager/data_manager.py
logsuite/manager/proxy.py
logsuite/visualization/__init__.py
logsuite/visualization/crossplot.py
logsuite/visualization/template.py
logsuite/visualization/wellview.py
tests/test_crossplot.py
tests/test_crossplot_extensive.py
tests/test_crossplot_integration.py
tests/test_crossplot_well_colors.py
tests/test_discrete_labels_in_legend.py
tests/test_discrete_regression_by_color.py
tests/test_discrete_shape_color.py
tests/test_error_handling.py
tests/test_extended_statistics.py
tests/test_filename_fix.py
tests/test_filtered_comprehensive.py
tests/test_flexible_loading.py
tests/test_grouped_legends.py
tests/test_hyphen_fix.py
tests/test_las3_support.py
tests/test_las_export_roundtrip.py
tests/test_lint.py
tests/test_log_scale_labels.py
tests/test_md_well_standardization.py
tests/test_naming_refactor.py
tests/test_new_features.py
tests/test_optimized_legend_placement.py
tests/test_overwrite.py
tests/test_param_locking.py
tests/test_performance.py
tests/test_polynomial_exponential_regression.py
tests/test_printing.py
tests/test_project_export.py
tests/test_property_operations.py
tests/test_proxy_cache.py
tests/test_regression_alias.py
tests/test_regression_by_color_and_shape.py
tests/test_regression_degree_suffixes.py
tests/test_regression_title_with_type.py
tests/test_resample_edge_cases.py
tests/test_save_load.py
tests/test_source_aware.py
tests/test_statistics.py
tests/test_sums_avg_report.py
tests/test_template.py
tests/test_thickness_accuracy.py
tests/test_utils.py
tests/test_wellview.py