LICENSE
README.md
pyproject.toml
pysuricata/__init__.py
pysuricata/_version.py
pysuricata/api.py
pysuricata/check.py
pysuricata/checkpoint.py
pysuricata/cli.py
pysuricata/comparison.py
pysuricata/config.py
pysuricata/logger.py
pysuricata/progress.py
pysuricata/py.typed
pysuricata/report.py
pysuricata/sources.py
pysuricata/utils.py
pysuricata.egg-info/PKG-INFO
pysuricata.egg-info/SOURCES.txt
pysuricata.egg-info/dependency_links.txt
pysuricata.egg-info/entry_points.txt
pysuricata.egg-info/requires.txt
pysuricata.egg-info/top_level.txt
pysuricata/accumulators/__init__.py
pysuricata/accumulators/algorithms.py
pysuricata/accumulators/boolean.py
pysuricata/accumulators/categorical.py
pysuricata/accumulators/config.py
pysuricata/accumulators/datetime.py
pysuricata/accumulators/factory.py
pysuricata/accumulators/numeric.py
pysuricata/accumulators/protocols.py
pysuricata/accumulators/sketches.py
pysuricata/compute/__init__.py
pysuricata/compute/consume.py
pysuricata/compute/consume_polars.py
pysuricata/compute/manifest.py
pysuricata/compute/adapters/__init__.py
pysuricata/compute/adapters/base.py
pysuricata/compute/adapters/pandas.py
pysuricata/compute/adapters/polars.py
pysuricata/compute/analysis/__init__.py
pysuricata/compute/analysis/correlation.py
pysuricata/compute/analysis/estimators.py
pysuricata/compute/analysis/metrics.py
pysuricata/compute/core/__init__.py
pysuricata/compute/core/exceptions.py
pysuricata/compute/core/protocols.py
pysuricata/compute/core/types.py
pysuricata/compute/orchestration/__init__.py
pysuricata/compute/orchestration/engine.py
pysuricata/compute/orchestration/manifest.py
pysuricata/compute/processing/__init__.py
pysuricata/compute/processing/chunking.py
pysuricata/compute/processing/conversion.py
pysuricata/compute/processing/inference.py
pysuricata/io/__init__.py
pysuricata/io/base.py
pysuricata/render/__init__.py
pysuricata/render/boolean_card.py
pysuricata/render/card_base.py
pysuricata/render/card_config.py
pysuricata/render/card_factory.py
pysuricata/render/card_types.py
pysuricata/render/cards.py
pysuricata/render/categorical_card.py
pysuricata/render/composition_bar.py
pysuricata/render/correlations_section.py
pysuricata/render/datetime_card.py
pysuricata/render/format_utils.py
pysuricata/render/histogram_svg.py
pysuricata/render/html.py
pysuricata/render/identifier.py
pysuricata/render/markdown_utils.py
pysuricata/render/missing_columns.py
pysuricata/render/missing_context.py
pysuricata/render/missing_section.py
pysuricata/render/missing_values_heatmap.py
pysuricata/render/numeric_card.py
pysuricata/render/sampling.py
pysuricata/render/sections.py
pysuricata/render/svg_utils.py
pysuricata/render/temporal_charts.py
pysuricata/render/triage.py
pysuricata/static/__init__.py
pysuricata/static/css/_00-tokens.css
pysuricata/static/css/_01-base.css
pysuricata/static/css/_02-header.css
pysuricata/static/css/_03-summary.css
pysuricata/static/css/_05-sample.css
pysuricata/static/css/_06-cards.css
pysuricata/static/css/_07-histogram.css
pysuricata/static/css/_08-categorical.css
pysuricata/static/css/_09-datetime.css
pysuricata/static/css/_10-boolean.css
pysuricata/static/css/_11-correlations.css
pysuricata/static/css/_12-missing.css
pysuricata/static/css/_13-utilities.css
pysuricata/static/css/__init__.py
pysuricata/static/images/__init__.py
pysuricata/static/images/favicon.ico
pysuricata/static/images/logo_mark.svg
pysuricata/static/images/logo_suricata_transparent.png
pysuricata/static/js/__init__.py
pysuricata/static/js/description-editor.js
pysuricata/static/js/functionality.js
pysuricata/static/js/pagination.js
pysuricata/static/js/tooltips.js
pysuricata/templates/__init__.py
pysuricata/templates/report_template.html
tests/test_accumulator_boundary.py
tests/test_accumulators_boolean.py
tests/test_accumulators_categorical.py
tests/test_accumulators_core.py
tests/test_accumulators_datetime.py
tests/test_accumulators_numeric.py
tests/test_api.py
tests/test_api_ergonomics.py
tests/test_api_honesty.py
tests/test_benchmark_harness.py
tests/test_boolean_and_temporal.py
tests/test_boolean_detection.py
tests/test_card_base_shared_methods.py
tests/test_card_renderers_unit.py
tests/test_cards_helpers.py
tests/test_check.py
tests/test_checkpoint.py
tests/test_chunk_metadata_memory_fix.py
tests/test_cli.py
tests/test_cli_main.py
tests/test_colour_tokens.py
tests/test_comparison.py
tests/test_complexity_analysis.py
tests/test_composition_bar.py
tests/test_compute_reorganization.py
tests/test_config.py
tests/test_contrast.py
tests/test_conversion.py
tests/test_correlation.py
tests/test_correlations_views.py
tests/test_css_integrity.py
tests/test_datetime_vectorised.py
tests/test_datetime_window.py
tests/test_description_editor.py
tests/test_design_system.py
tests/test_details_tabs.py
tests/test_documented_options.py
tests/test_duplicate_uncertainty.py
tests/test_edge_cases.py
tests/test_estimate_honesty.py
tests/test_extreme_indices.py
tests/test_extreme_tracker_memory_fix.py
tests/test_extremes_and_monotonicity.py
tests/test_first_chunk_inference.py
tests/test_flag_chips.py
tests/test_header.py
tests/test_header_actions.py
tests/test_high_cardinality_branch.py
tests/test_histogram_axes.py
tests/test_html_templating.py
tests/test_identifier_and_triage.py
tests/test_inference.py
tests/test_io_base.py
tests/test_kmv_memory_fix.py
tests/test_label_length.py
tests/test_logo_asset.py
tests/test_markdown_description.py
tests/test_memory_stress.py
tests/test_merge_and_config_paths.py
tests/test_missing_columns.py
tests/test_missing_context.py
tests/test_missing_features.py
tests/test_missing_section_views.py
tests/test_missing_spectrum_severity.py
tests/test_missing_values_heatmap.py
tests/test_numeric_card_layout.py
tests/test_numeric_details.py
tests/test_per_accumulator_rng.py
tests/test_polars.py
tests/test_profile_html_snapshot.py
tests/test_profile_smoke.py
tests/test_progress.py
tests/test_public_surface.py
tests/test_release_tooling.py
tests/test_render_helpers.py
tests/test_report.py
tests/test_report_data_invariance.py
tests/test_row_count_integrity.py
tests/test_sample_table.py
tests/test_sampled_quantiles.py
tests/test_sections.py
tests/test_sketch_gating.py
tests/test_sources.py
tests/test_summary_contract.py
tests/test_svg_utils.py
tests/test_svg_utils_logticks.py
tests/test_text_memory_and_hashing.py
tests/test_utils.py