.codespell-whitelist.txt
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
README.zh.md
pyproject.toml
tox.ini
.github/merge_rules.yaml
.github/workflows/push.yaml
docs/mkdocs.yml
docs/requirements.txt
docs/docs/CNAME
docs/docs/index.md
docs/docs/index.zh.md
docs/docs/about/index.md
docs/docs/about/index.zh.md
docs/docs/about/license.md
docs/docs/about/license.zh.md
docs/docs/about/privacy.md
docs/docs/about/privacy.zh.md
docs/overrides/main.html
docs/overrides/assets/css/extra.css
docs/overrides/assets/css/fonts.css
docs/overrides/assets/images/favicon.ico
docs/overrides/assets/images/logo.png
docs/overrides/javascripts/mathjax.js
docs/overrides/javascripts/shortcuts.js
slutop/__init__.py
slutop/__main__.py
slutop/_version.py
slutop/cli.py
slutop.egg-info/PKG-INFO
slutop.egg-info/SOURCES.txt
slutop.egg-info/dependency_links.txt
slutop.egg-info/entry_points.txt
slutop.egg-info/requires.txt
slutop.egg-info/scm_file_list.json
slutop.egg-info/scm_version.json
slutop.egg-info/top_level.txt
slutop/api/__init__.py
slutop/api/history.py
slutop/api/models.py
slutop/api/snapshot.py
slutop/api/source.py
slutop/api/tres.py
slutop/tui/__init__.py
slutop/tui/render.py
slutop/tui/theme.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/api/__init__.py
tests/api/test_history.py
tests/api/test_models.py
tests/api/test_snapshot.py
tests/api/test_source.py
tests/api/test_tres.py
tests/fixtures/nodes_v0.0.44.json
tests/fixtures/sinfo_v0.0.37.json
tests/fixtures/squeue_v0.0.37.json
tests/fixtures/squeue_v0.0.44.json
tests/tui/__init__.py
tests/tui/test_render.py
tests/tui/test_theme.py