.editorconfig
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
COPYING
DEVELOPMENT.md
HEADER
README.md
pyproject.toml
.github/workflows/pypi.yaml
.github/workflows/pytest.yaml
demos/mindmutable.py
demos/scheduledemo.py
demos/waitdemo.py
demos/demc/.gitignore
demos/demc/README.md
demos/demc/demc.py
demos/demc/linreg.py
demos/demc/naivemc.py
demos/inspiration/README.md
demos/inspiration/plastic/.gitignore
demos/inspiration/plastic/README.md
demos/inspiration/plastic/alumina.json
demos/inspiration/plastic/ibuprofen.xyz
demos/inspiration/plastic/jobinfo.py
demos/inspiration/plastic/plastic.py
demos/inspiration/plastic/run
demos/jobdemo/.gitignore
demos/jobdemo/jobdemo.py
demos/jobdemo/templates/boot/jobinfo.py
demos/jobdemo/templates/boot/run
demos/jobdemo/templates/boot/submit.sh
demos/jobdemo/templates/compute/jobinfo.py
demos/jobdemo/templates/compute/run
demos/jobdemo/templates/compute/submit.sh
demos/jobdemo/templates/sample/jobinfo.py
demos/jobdemo/templates/sample/run
demos/jobdemo/templates/sample/submit.sh
demos/jobdemo/templates/train/helper.py
demos/jobdemo/templates/train/jobinfo.py
demos/jobdemo/templates/train/run
demos/jobdemo/templates/train/submit.sh
src/ParMan.egg-info/PKG-INFO
src/ParMan.egg-info/SOURCES.txt
src/ParMan.egg-info/dependency_links.txt
src/ParMan.egg-info/entry_points.txt
src/ParMan.egg-info/requires.txt
src/ParMan.egg-info/top_level.txt
src/parman/__init__.py
src/parman/_version.py
src/parman/closure.py
src/parman/job.py
src/parman/metafunc.py
src/parman/scheduler.py
src/parman/treeleaf.py
src/parman/waitfuture.py
src/parman/wrapper.py
src/parman/clerks/__init__.py
src/parman/clerks/base.py
src/parman/clerks/local.py
src/parman/clerks/localtemp.py
src/parman/runners/__init__.py
src/parman/runners/base.py
src/parman/runners/concurrent.py
src/parman/runners/dry.py
src/parman/runners/future.py
src/parman/runners/parsl.py
src/parman/runners/serial.py
src/parman/scripts/__init__.py
src/parman/scripts/sbatch_wait.py
tests/__init__.py
tests/conftest.py
tests/jobdemo-results.sha256
tests/test_demos.py
tests/test_job.py
tests/test_metafunc.py
tests/test_scheduler.py
tests/test_treeleaf.py
tests/test_waitfuture.py