COPYING
README.md
pyproject.toml
src/ParMan.egg-info/PKG-INFO
src/ParMan.egg-info/SOURCES.txt
src/ParMan.egg-info/dependency_links.txt
src/ParMan.egg-info/requires.txt
src/ParMan.egg-info/top_level.txt
src/parman/__init__.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/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/tests/__init__.py
src/parman/tests/conftest.py
src/parman/tests/test_demos.py
src/parman/tests/test_scheduler.py
src/parman/tests/test_treeleaf.py
src/parman/tests/test_waitfuture.py