LICENSE
README.md
pyproject.toml
setup.py
src/pybatch/__init__.py
src/pybatch/generic_protocol.py
src/pybatch/genericjob.py
src/pybatch/job_factory.py
src/pybatch/parameter.py
src/pybatch/tools.py
src/pybatch/plugins/local/__init__.py
src/pybatch/plugins/local/executor.py
src/pybatch/plugins/local/job.py
src/pybatch/plugins/local/plugin.py
src/pybatch/plugins/nobatch/__init__.py
src/pybatch/plugins/nobatch/job.py
src/pybatch/plugins/nobatch/plugin.py
src/pybatch/plugins/nobatch/pybatch_manager.py
src/pybatch/plugins/slurm/__init__.py
src/pybatch/plugins/slurm/job.py
src/pybatch/plugins/slurm/plugin.py
src/pybatch/protocols/__init__.py
src/pybatch/protocols/local.py
src/pybatch/protocols/paramiko.py
src/pybatch/protocols/ssh.py
src/salome_pybatch.egg-info/PKG-INFO
src/salome_pybatch.egg-info/SOURCES.txt
src/salome_pybatch.egg-info/dependency_links.txt
src/salome_pybatch.egg-info/entry_points.txt
src/salome_pybatch.egg-info/requires.txt
src/salome_pybatch.egg-info/top_level.txt
tests/test_easy_job.py
tests/test_local_job.py
tests/test_nobatch.py
tests/test_protocol_local.py
tests/test_protocol_paramiko.py
tests/test_protocol_ssh.py
tests/test_remote_job.py
tests/test_tools.py
tests/test_version.py