.coveragerc
.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
pytest.ini
setup.py
tox.ini
./CHANGES.rst
./README.rst
./doc/source/api.rst
./doc/source/guide.rst
./doc/source/index.rst
./doc/source/installation.rst
./doc/source/tutorial.rst
doc/Makefile
doc/make.bat
doc/source/api.rst
doc/source/conf.py
doc/source/guide.rst
doc/source/index.rst
psyrun/__init__.py
psyrun/exceptions.py
psyrun/jobs.py
psyrun/main.py
psyrun/mapper.py
psyrun/pspace.py
psyrun/scheduler.py
psyrun/tasks.py
psyrun/version.py
psyrun.egg-info/PKG-INFO
psyrun.egg-info/SOURCES.txt
psyrun.egg-info/dependency_links.txt
psyrun.egg-info/entry_points.txt
psyrun.egg-info/pbr.json
psyrun.egg-info/requires.txt
psyrun.egg-info/top_level.txt
psyrun/backend/__init__.py
psyrun/backend/base.py
psyrun/backend/distribute.py
psyrun/backend/load_balancing.py
psyrun/store/__init__.py
psyrun/store/base.py
psyrun/store/h5.py
psyrun/store/np_shape.py
psyrun/store/npz.py
psyrun/store/pickle.py
psyrun/tests/test_mapper.py
psyrun/tests/test_pspace.py
psyrun/tests/tasks/__init__.py
psyrun/tests/tasks/task_file_dep.py
psyrun/tests/tasks/task_mocked_scheduler.py
psyrun/tests/tasks/task_non_loadable.py
psyrun/tests/tasks/task_noop.py
psyrun/tests/tasks/task_square.py
psyrun/tests/tasks/task_square2.py
psyrun/tests/tasks/task_square_h5.py
psyrun/tests/tasks/task_square_load_balanced.py
psyrun/tests/tasks/task_workingdir.py
psyrun/utils/__init__.py
psyrun/utils/doc.py
psyrun/utils/example.py
psyrun/utils/testing.py
psyrun/utils/venv.py