CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
assets/demo.gif
assets/demo.tape
assets/screenshot-job.svg
assets/screenshot-nodes.svg
assets/screenshot-overview.svg
assets/screenshot-patterns.svg
assets/screenshot-workload.svg
docs/details.md
src/slurmpast/__init__.py
src/slurmpast/__main__.py
src/slurmpast/_version.py
src/slurmpast/cache.py
src/slurmpast/cli.py
src/slurmpast/demo.py
src/slurmpast/diagnose.py
src/slurmpast/duration.py
src/slurmpast/index.py
src/slurmpast/logs.py
src/slurmpast/model.py
src/slurmpast/nodes.py
src/slurmpast/patterns.py
src/slurmpast/py.typed
src/slurmpast/render.py
src/slurmpast/report.py
src/slurmpast/sacct.py
src/slurmpast/site.py
src/slurmpast/sizing.py
src/slurmpast/theme.py
src/slurmpast/tui.py
src/slurmpast.egg-info/PKG-INFO
src/slurmpast.egg-info/SOURCES.txt
src/slurmpast.egg-info/dependency_links.txt
src/slurmpast.egg-info/entry_points.txt
src/slurmpast.egg-info/requires.txt
src/slurmpast.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_audit.py
tests/test_badge_mismatch_diagnosis.py
tests/test_bar_fullness_agrees.py
tests/test_ci_column_label_is_derived.py
tests/test_ci_level_is_published.py
tests/test_ci_level_spelling_is_derived.py
tests/test_cli.py
tests/test_comparison_population_disclosure.py
tests/test_cpu_freq.py
tests/test_dashboard_latency.py
tests/test_demo_reports_its_dropped_flags.py
tests/test_diagnose.py
tests/test_duration.py
tests/test_duration_tier_boundaries.py
tests/test_extraction.py
tests/test_forward_compat_metadata.py
tests/test_grouping_names.py
tests/test_idle_workload_disclosure.py
tests/test_index.py
tests/test_interval_boundary.py
tests/test_interval_spelling.py
tests/test_layout.py
tests/test_live_metrics_budget.py
tests/test_loading_animation.py
tests/test_log_fast_paths.py
tests/test_mouse_needs_the_dashboard.py
tests/test_node_absent_marker_agrees.py
tests/test_node_history_query_is_lazy.py
tests/test_nodes.py
tests/test_parallel_query.py
tests/test_parse_cost.py
tests/test_partition_ceiling_cache.py
tests/test_patterns.py
tests/test_percent_boundary.py
tests/test_plain_notes_are_wrapped.py
tests/test_portability.py
tests/test_portability_round81.py
tests/test_readability.py
tests/test_record_cache.py
tests/test_render_surface_disclosure.py
tests/test_repeat_failure_action_is_true.py
tests/test_requeue_tail_disclosure.py
tests/test_sacct.py
tests/test_sizing.py
tests/test_sizing_routing.py
tests/test_stale_suppressions_are_caught.py
tests/test_stated_defaults.py
tests/test_stratum_label.py
tests/test_subprocess_text_mode.py
tests/test_timespec.py
tests/test_tui.py
tests/test_ui_usability.py
tools/demo_gif.py
tools/screenshots.py