.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.rst
README.rst
pyproject.toml
references.bib
.github/codespellignore.txt
.github/dependabot.yml
.github/workflows/codespell.yml
.github/workflows/documentation.yml
.github/workflows/pycodestyle.yml
.github/workflows/pydoclint.yml
.github/workflows/release-documentation.yml
.github/workflows/ruff.yml
.github/workflows/testing.yml
doc/highlights.csv
doc/images/.gitkeep
doc/logos/favicon.ico
doc/logos/hopla-desaturate-100.png
doc/logos/hopla-transparent.png
doc/logos/hopla.png
doc/user_guide/cli.rst
doc/user_guide/clusters.rst
doc/user_guide/how_it_works.rst
doc/user_guide/index.rst
doc/user_guide/introduction.rst
doc/user_guide/what_is.rst
examples/README.txt
examples/data.tsv
examples/experiment.toml
examples/plot_ccc.py
examples/plot_ccc_flux_multi_tasks.py
examples/plot_ccc_joblib_multi_tasks.py
examples/plot_ccc_oneshot_multi_tasks.py
examples/plot_pbs.py
examples/plot_slurm.py
hopla/__init__.py
hopla/ccc.py
hopla/cli.py
hopla/config.py
hopla/dx.py
hopla/executor.py
hopla/pbs.py
hopla/slurm.py
hopla/utils.py
hopla.egg-info/PKG-INFO
hopla.egg-info/SOURCES.txt
hopla.egg-info/dependency_links.txt
hopla.egg-info/entry_points.txt
hopla.egg-info/requires.txt
hopla.egg-info/top_level.txt
hopla/resources/ccc_batch_template.txt
hopla/resources/ccc_multi_batch_template.txt
hopla/resources/joblib_script_template.txt
hopla/resources/oneshot_script_template.txt
hopla/resources/pbs_batch_template.txt
hopla/resources/slurm_batch_template.txt
hopla/resources/worker.sh
hopla/tests/test_examples.py