LICENSE
README.md
setup.py
src/psij/__init__.py
src/psij/__main__.py
src/psij/_plugins.py
src/psij/descriptor.py
src/psij/exceptions.py
src/psij/job.py
src/psij/job_attributes.py
src/psij/job_executor.py
src/psij/job_executor_config.py
src/psij/job_launcher.py
src/psij/job_spec.py
src/psij/job_state.py
src/psij/job_status.py
src/psij/launcher.py
src/psij/py.typed
src/psij/resource_spec.py
src/psij/serialize.py
src/psij/utils.py
src/psij/version.py
src/psij-descriptors/aprun_descriptor.py
src/psij-descriptors/cobalt_descriptor.py
src/psij-descriptors/core_descriptors.py
src/psij-descriptors/flux_descriptor.py
src/psij-descriptors/jsrun_descriptor.py
src/psij-descriptors/lsf_descriptor.py
src/psij-descriptors/pbs_descriptor.py
src/psij-descriptors/rp_descriptor.py
src/psij-descriptors/slurm_descriptor.py
src/psij-descriptors/srun_descriptor.py
src/psij/executors/__init__.py
src/psij/executors/flux.py
src/psij/executors/local.py
src/psij/executors/rp.py
src/psij/executors/batch/__init__.py
src/psij/executors/batch/batch_scheduler_executor.py
src/psij/executors/batch/cobalt.py
src/psij/executors/batch/escape_functions.py
src/psij/executors/batch/lsf.py
src/psij/executors/batch/pbs.py
src/psij/executors/batch/pbs_base.py
src/psij/executors/batch/pbs_classic.py
src/psij/executors/batch/script_generator.py
src/psij/executors/batch/slurm.py
src/psij/executors/batch/template_function_library.py
src/psij/executors/batch/cobalt/cobalt.mustache
src/psij/executors/batch/lsf/lsf.mustache
src/psij/executors/batch/pbs/pbs_classic.mustache
src/psij/executors/batch/pbs/pbspro.mustache
src/psij/executors/batch/slurm/slurm.mustache
src/psij/launchers/__init__.py
src/psij/launchers/aprun.py
src/psij/launchers/jsrun.py
src/psij/launchers/mpirun.py
src/psij/launchers/multiple.py
src/psij/launchers/script_based_launcher.py
src/psij/launchers/single.py
src/psij/launchers/srun.py
src/psij/launchers/scripts/__init__.py
src/psij/launchers/scripts/aprun_launch.sh
src/psij/launchers/scripts/jsrun_launch.sh
src/psij/launchers/scripts/launcher_lib.sh
src/psij/launchers/scripts/mpi_launch.sh
src/psij/launchers/scripts/multi_launch.sh
src/psij/launchers/scripts/single_launch.sh
src/psij/launchers/scripts/srun_launch.sh
src/psij_python.egg-info/PKG-INFO
src/psij_python.egg-info/SOURCES.txt
src/psij_python.egg-info/dependency_links.txt
src/psij_python.egg-info/requires.txt
src/psij_python.egg-info/top_level.txt
tests/test_callbacks.py
tests/test_doc_examples.py
tests/test_executor.py
tests/test_executor_loading.py
tests/test_executor_versions.py
tests/test_infrastructure.py
tests/test_issue_387_1.py
tests/test_issue_387_2.py
tests/test_issue_387_3.py
tests/test_issue_435.py
tests/test_job_spec.py
tests/test_mpi.py
tests/test_nodefile.py
tests/test_resources.py
tests/test_serialization.py
tests/test_wait.py