MANIFEST.in
README.md
pyproject.toml
src/sbatchman/__init__.py
src/sbatchman/cli.py
src/sbatchman/exceptions.py
src/sbatchman.egg-info/PKG-INFO
src/sbatchman.egg-info/SOURCES.txt
src/sbatchman.egg-info/dependency_links.txt
src/sbatchman.egg-info/entry_points.txt
src/sbatchman.egg-info/requires.txt
src/sbatchman.egg-info/top_level.txt
src/sbatchman/config/global_config.py
src/sbatchman/config/project_config.py
src/sbatchman/core/__init__.py
src/sbatchman/core/config_manager.py
src/sbatchman/core/job.py
src/sbatchman/core/jobs_manager.py
src/sbatchman/core/launcher.py
src/sbatchman/core/status.py
src/sbatchman/schedulers/__init.py
src/sbatchman/schedulers/base.py
src/sbatchman/schedulers/local.py
src/sbatchman/schedulers/pbs.py
src/sbatchman/schedulers/slurm.py
src/sbatchman/tui/jobs_screen.py
src/sbatchman/tui/log_screen.py
src/sbatchman/tui/style.tcss
src/sbatchman/tui/tui.py