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/storable.py
noodles/tutorial.py
noodles/utility.py
noodles/worker.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/draw_workflow/__init__.py
noodles/draw_workflow/draw_workflow.py
noodles/files/__init__.py
noodles/files/path.py
noodles/files/registry.py
noodles/interface/__init__.py
noodles/interface/annotated_value.py
noodles/interface/decorator.py
noodles/interface/escalator.py
noodles/interface/exceptions.py
noodles/interface/functions.py
noodles/interface/maybe.py
noodles/prov/__init__.py
noodles/prov/prov.py
noodles/prov/workflow.py
noodles/run/__init__.py
noodles/run/config.py
noodles/run/connection.py
noodles/run/coroutine.py
noodles/run/haploid.py
noodles/run/hybrid.py
noodles/run/job_keeper.py
noodles/run/messages.py
noodles/run/process.py
noodles/run/protect.py
noodles/run/queue.py
noodles/run/run.py
noodles/run/run_with_prov.py
noodles/run/runners.py
noodles/run/scheduler.py
noodles/run/thread_pool.py
noodles/run/worker.py
noodles/run/remote/io.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/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_capture_output.py
test/test_class_decorator.py
test/test_class_methods.py
test/test_conditionals.py
test/test_deep_map.py
test/test_dict_like_object.py
test/test_exceptions.py
test/test_gather.py
test/test_global_prov.py
test/test_globals.py
test/test_hybrid.py
test/test_invert_graph.py
test/test_iterator.py
test/test_lift.py
test/test_merge_workflow.py
test/test_namedtuple.py
test/test_nested_call.py
test/test_numpy.py
test/test_prov.py
test/test_recursion.py
test/test_runner.py
test/test_scheduled_method.py
test/test_serialisation.py
test/test_storable.py
test/test_timer.py
test/test_unpack.py