.flake8
.gitignore
.mypy
.readthedocs.yaml
CONTRIBUTING.md
LICENSE
Makefile
QuickStart.md
README-dev.md
README-testing.md
README.md
RELEASE
psij-ci-run
psij-ci-setup
release.sh
requirements-connector-radical.txt
requirements-dev.txt
requirements-docs.txt
requirements-tests.txt
requirements.txt
setup.py
testing.conf
.github/workflows/build-website.yml
.github/workflows/codecov.yml
.github/workflows/codespell.yml
.github/workflows/python-package.yml
.github/workflows/sync-project.yaml
docs/README-selectors.md
docs/api.rst
docs/api.tree
docs/conf.py
docs/favicon.ico
docs/generate.py
docs/getting_started.rst
docs/index.rst
docs/psij-bg.xcf
docs/psij.png
docs/psij.svg
docs/psij_arch.png
docs/psij_arch.svg
docs/state_diagram.png
docs/state_diagram.svg
docs/states.png
docs/states_alt.png
docs/user_guide.rst
docs/_static/extras.css
docs/_static/extras.js
docs/_static/select-arrow.png
docs/_templates/layout.html
docs/_templates/searchbox.html
docs/development/contributing.rst
docs/development/index.rst
docs/development/programming.rst
docs/development/tutorial_add_executor.rst
docs/tutorial/psij.ipynb
scripts/README.md
scripts/SERIALZE.md
scripts/WORKFLOW-EXAMPLES.md
scripts/hello-job.py
scripts/hello-world.py
scripts/import-export.py
scripts/pdf2wc.py
scripts/pdf2wc4singularity.py
scripts/psijcli.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/pbspro_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/pbspro.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/pbspro/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
src/stubs/radical/__init__.pyi
src/stubs/radical/pilot/__init__.pyi
src/stubs/radical/pilot/states.pyi
src/stubs/radical/utils/__init__.pyi
tests/_test_tools.py
tests/branch_test_wrapper.sh
tests/ci_runner.py
tests/conftest.py
tests/executor_test_params.py
tests/run_job.py
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_1.run
tests/test_issue_387_2.py
tests/test_issue_387_2.run
tests/test_issue_387_3.py
tests/test_issue_387_3.run
tests/test_job_spec.py
tests/test_mpi.py
tests/test_nodefile.py
tests/test_nodefile.sh
tests/test_resources.py
tests/test_serialization.py
tests/test_wait.py
tests/getting_started/test_simple_example.py
tests/plugins1/_batch_test/_batch_test.py
tests/plugins1/_batch_test/test/hostname
tests/plugins1/_batch_test/test/launcher.sh
tests/plugins1/_batch_test/test/qdel
tests/plugins1/_batch_test/test/qlib.py
tests/plugins1/_batch_test/test/qrun
tests/plugins1/_batch_test/test/qstat
tests/plugins1/_batch_test/test/qsub
tests/plugins1/_batch_test/test/test.mustache
tests/plugins1/_test_plugins1/__init__.py
tests/plugins1/_test_plugins1/_always_loads_executor.py
tests/plugins1/_test_plugins1/_never_loads_executor.py
tests/plugins1/_test_plugins1/ex1.py
tests/plugins1/_test_plugins2/__init__.py
tests/plugins1/psij-descriptors/descriptors.py
tests/plugins2/_test_plugins1/__init__.py
tests/plugins2/_test_plugins1/ex2.py
tests/plugins2/_test_plugins3/__init__.py
tests/plugins2/_test_plugins3/ex3.py
tests/plugins2/psij-descriptors/dummy.py
tests/user_guide/attach.py
tests/user_guide/pre_launch.sh
tests/user_guide/submit.py
tests/user_guide/test_attach.py
tests/user_guide/test_doc_callbacks.py
tests/user_guide/test_environment.py
tests/user_guide/test_job_arguments.py
tests/user_guide/test_job_wait.py
tests/user_guide/test_job_wait_active.py
tests/user_guide/test_multiple_jobs.py
tests/user_guide/test_plain_job.py
tests/user_guide/test_prelaunch.py
tests/user_guide/test_redirect.py
tests/user_guide/test_resourcespec.py
tests/user_guide/test_scheduling_information.py
tests/user_guide/test_simple_job_with_props.py
web/.gitignore
web/404.html
web/Gemfile
web/README.md
web/_config.yml
web/about.html
web/build.sh
web/index.html
web/install.html
web/resources.html
web/serve.sh
web/style.css
web/theme-4.css
web/versioning.js
web/_includes/footer.html
web/_includes/head.html
web/_includes/menu.html
web/_includes/versionselect.html
web/_includes/vueinit.html
web/_layouts/default.html
web/_layouts/raw.html
web/docs/index.html
web/docs/_static/cloud.css
web/docs/_static/extras.css
web/docs/_static/select-arrow.png
web/images/testing.png