MANIFEST.in
README.md
pyproject.toml
src/sbatchman/__init__.py
src/sbatchman/cli.py
src/sbatchman/config.py
src/sbatchman/launcher.py
src/sbatchman/tui.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/schedulers/base.py
src/sbatchman/schedulers/local.py
src/sbatchman/schedulers/pbs.py
src/sbatchman/schedulers/slurm.py