CHANGELOG.rst
MANIFEST.in
README.rst
RELEASE.rst
setup.py
doc/Makefile
doc/examples/args.py
doc/examples/branch.py
doc/examples/buffer.py
doc/examples/chain.py
doc/examples/consume.py
doc/examples/dagger.py
doc/examples/dagger_inputs.py
doc/examples/fork.py
doc/examples/func.py
doc/examples/grid.py
doc/examples/ipc.py
doc/examples/join.py
doc/examples/ordered.py
doc/examples/parallel_piper.py
doc/examples/piper.py
doc/examples/plumber.py
doc/examples/produce.py
doc/examples/produce_consume.py
doc/examples/produce_spawn_consume.py
doc/examples/remote.py
doc/examples/skip.py
doc/examples/stride.py
doc/examples/worker.py
doc/examples/workflow.py
doc/examples/world.py
doc/examples/script/bash_script.sh
doc/examples/script/nevar_give_up.txt
doc/examples/script/nevar_give_up_sh#greeting.txt
doc/examples/script/nevar_give_up_sh#greeting_py#package.txt
doc/examples/script/python_script.py
doc/examples/script/script_workflow.py
doc/examples/script/work_moar.txt
doc/examples/script/work_moar_sh#greeting.txt
doc/examples/script/work_moar_sh#greeting_py#package.txt
doc/source/api.rst
doc/source/architecture.rst
doc/source/bullets.rst
doc/source/conf.py
doc/source/examples.rst
doc/source/faq.rst
doc/source/first.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/ipc.rst
doc/source/issues.rst
doc/source/nubio.rst
doc/source/optimization.rst
doc/source/parallelism.rst
doc/source/psc.rst
doc/source/runtime.rst
doc/source/terms.rst
doc/source/workflows.rst
doc/source/_static/papy.png
doc/workflows/pipeline.py
papy.egg-info/PKG-INFO
papy.egg-info/SOURCES.txt
papy.egg-info/dependency_links.txt
papy.egg-info/not-zip-safe
papy.egg-info/top_level.txt
src/numap/NuMap.py
src/numap/__init__.py
src/papy/__init__.py
src/papy/core.py
src/papy/graph.py
src/papy/util/__init__.py
src/papy/util/codefile.py
src/papy/util/config.py
src/papy/util/func.py
src/papy/util/runtime.py
src/papy/util/script.py
src/papy/util/workers/worker.py
src/papy/util/workers/worker.r
src/papy/util/workers/worker.sh
test/run_all.py
test/run_all.sh
test/test_core.py
test/test_graph.py
test/test_numap.py
test/test_util_codefile.py
test/test_util_config.py
test/test_util_func.py