README.rst
setup.py
Noodles.egg-info/PKG-INFO
Noodles.egg-info/SOURCES.txt
Noodles.egg-info/dependency_links.txt
Noodles.egg-info/requires.txt
Noodles.egg-info/top_level.txt
noodles/__init__.py
noodles/config.py
noodles/pilot_job.py
noodles/tutorial.py
noodles/display/__init__.py
noodles/display/dumb_term.py
noodles/display/lines.py
noodles/display/pretty.py
noodles/display/pretty_term.py
noodles/display/simple.py
noodles/display/simple_nc.py
noodles/display/termapp.py
noodles/display/curses/__init__.py
noodles/display/curses/lines.py
noodles/draw_workflow/__init__.py
noodles/draw_workflow/draw_workflow.py
noodles/interface/__init__.py
noodles/interface/decorator.py
noodles/interface/functions.py
noodles/interface/maybe.py
noodles/lib/__init__.py
noodles/lib/connection.py
noodles/lib/coroutine.py
noodles/lib/decorator.py
noodles/lib/queue.py
noodles/lib/streams.py
noodles/lib/thread_pool.py
noodles/lib/utility.py
noodles/patterns/__init__.py
noodles/patterns/control_flow_statements.py
noodles/patterns/find_first.py
noodles/patterns/functional_patterns.py
noodles/prov/__init__.py
noodles/prov/key.py
noodles/prov/sqlite.py
noodles/prov/workflow.py
noodles/run/__init__.py
noodles/run/config.py
noodles/run/hybrid.py
noodles/run/job_keeper.py
noodles/run/logging.py
noodles/run/messages.py
noodles/run/process.py
noodles/run/runners.py
noodles/run/scheduler.py
noodles/run/worker.py
noodles/run/remote/__init__.py
noodles/run/remote/io.py
noodles/run/remote/worker_config.py
noodles/run/single/__init__.py
noodles/run/single/sqlite3.py
noodles/run/single/vanilla.py
noodles/run/threading/__init__.py
noodles/run/threading/sqlite3.py
noodles/run/threading/vanilla.py
noodles/run/xenon/__init__.py
noodles/run/xenon/dynamic_pool.py
noodles/run/xenon/runner.py
noodles/run/xenon/xenon.py
noodles/serial/__init__.py
noodles/serial/as_dict.py
noodles/serial/base.py
noodles/serial/namedtuple.py
noodles/serial/numpy.py
noodles/serial/path.py
noodles/serial/pickle.py
noodles/serial/reasonable.py
noodles/serial/registry.py
noodles/workflow/__init__.py
noodles/workflow/arguments.py
noodles/workflow/create.py
noodles/workflow/graphs.py
noodles/workflow/model.py
noodles/workflow/mutations.py
test/test_broker.py
test/test_deep_map.py
test/test_exceptions.py
test/test_global_prov.py
test/test_globals.py
test/test_hybrid.py
test/test_invert_graph.py
test/test_matrix.py
test/test_merge_workflow.py
test/test_results.py
test/test_scheduled_method.py
test/test_sqlite.py
test/test_timer.py