LICENSE
NOTICE
README.md
THIRD_PARTY_LICENSES.md
pyproject.toml
src/pixel_patrol_base/__init__.py
src/pixel_patrol_base/api.py
src/pixel_patrol_base/cli.py
src/pixel_patrol_base/config.py
src/pixel_patrol_base/plugin_registry.py
src/pixel_patrol_base/processing_dashboard.py
src/pixel_patrol_base.egg-info/PKG-INFO
src/pixel_patrol_base.egg-info/SOURCES.txt
src/pixel_patrol_base.egg-info/dependency_links.txt
src/pixel_patrol_base.egg-info/entry_points.txt
src/pixel_patrol_base.egg-info/requires.txt
src/pixel_patrol_base.egg-info/top_level.txt
src/pixel_patrol_base/core/__init__.py
src/pixel_patrol_base/core/contracts.py
src/pixel_patrol_base/core/feature_schema.py
src/pixel_patrol_base/core/file_system.py
src/pixel_patrol_base/core/processing.py
src/pixel_patrol_base/core/project.py
src/pixel_patrol_base/core/project_settings.py
src/pixel_patrol_base/core/record.py
src/pixel_patrol_base/core/specs.py
src/pixel_patrol_base/core/validation.py
src/pixel_patrol_base/io/parquet_utils.py
src/pixel_patrol_base/io/project_io.py
src/pixel_patrol_base/plugins/__init__.py
src/pixel_patrol_base/plugins/processors/__init__.py
src/pixel_patrol_base/plugins/processors/basic_stats_processor.py
src/pixel_patrol_base/plugins/processors/histogram_processor.py
src/pixel_patrol_base/plugins/processors/thumbnail_processor.py
src/pixel_patrol_base/plugins/widgets/__init__.py
src/pixel_patrol_base/plugins/widgets/column_count_with_grouping_abstract_widget.py
src/pixel_patrol_base/plugins/widgets/metrics_across_dims_abstract_widget.py
src/pixel_patrol_base/plugins/widgets/multi_metric_violin_abstract_widget.py
src/pixel_patrol_base/plugins/widgets/dataset_stats/__init__.py
src/pixel_patrol_base/plugins/widgets/dataset_stats/dataset_histograms.py
src/pixel_patrol_base/plugins/widgets/dataset_stats/dataset_stats.py
src/pixel_patrol_base/plugins/widgets/dataset_stats/dataset_stats_across_dims.py
src/pixel_patrol_base/plugins/widgets/file_stats/__init__.py
src/pixel_patrol_base/plugins/widgets/file_stats/file_stats.py
src/pixel_patrol_base/plugins/widgets/metadata/__init__.py
src/pixel_patrol_base/plugins/widgets/metadata/data_type.py
src/pixel_patrol_base/plugins/widgets/metadata/dim_order.py
src/pixel_patrol_base/plugins/widgets/metadata/dim_size.py
src/pixel_patrol_base/plugins/widgets/summary/__init__.py
src/pixel_patrol_base/plugins/widgets/summary/dataframe.py
src/pixel_patrol_base/plugins/widgets/summary/file_summary.py
src/pixel_patrol_base/plugins/widgets/summary/sunburst.py
src/pixel_patrol_base/plugins/widgets/visualization/__init__.py
src/pixel_patrol_base/plugins/widgets/visualization/embedding_projector.py
src/pixel_patrol_base/plugins/widgets/visualization/image_mosaik.py
src/pixel_patrol_base/report/__init__.py
src/pixel_patrol_base/report/base_widget.py
src/pixel_patrol_base/report/constants.py
src/pixel_patrol_base/report/dashboard_app.py
src/pixel_patrol_base/report/data_utils.py
src/pixel_patrol_base/report/factory.py
src/pixel_patrol_base/report/global_controls.py
src/pixel_patrol_base/report/html_export.py
src/pixel_patrol_base/report/stats_annotations.py
src/pixel_patrol_base/report/widget.py
src/pixel_patrol_base/report/widget_categories.py
src/pixel_patrol_base/report/assets/prevalidation.png
src/pixel_patrol_base/utils/array_utils.py
src/pixel_patrol_base/utils/df_utils.py
src/pixel_patrol_base/utils/path_utils.py
src/pixel_patrol_base/utils/utils.py
tests/test_add_and_delete_paths.py
tests/test_cleanup_partial_chunks.py
tests/test_cli_paths.py
tests/test_create_project.py
tests/test_export_project_cleanup.py
tests/test_file_system.py
tests/test_paths_utils.py
tests/test_processing_integration.py
tests/test_processing_unit.py
tests/test_project_io.py
tests/test_record.py
tests/test_report.py
tests/test_resume_behavior.py